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:
rub
2008-11-19 20:51:19 +00:00
parent 487ba19c94
commit 5e91a36359

View File

@@ -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);
}
/**