mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-03 08:22:24 +02:00
Add argument at trigger_action in invalidate_user_cache function
git-svn-id: http://piwigo.org/svn/trunk@2892 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1780,7 +1780,7 @@ UPDATE '.USER_CACHE_TABLE.'
|
||||
SET need_update = \'true\';';
|
||||
pwg_query($query);
|
||||
}
|
||||
trigger_action('invalidate_user_cache');
|
||||
trigger_action('invalidate_user_cache', $full);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user