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:
parent
e41325376b
commit
dea833ab1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue