mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Add argument at trigger_action in invalidate_user_cache function
merge -c2892 from trunk to branch 2.0 The exact copy of commit log in 2892. git-svn-id: http://piwigo.org/svn/branches/2.0@2893 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