mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
also refresh permissions on purge
git-svn-id: file:///svn/phpbb/trunk@7803 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -270,6 +270,10 @@ class acp_main
|
||||
|
||||
global $cache;
|
||||
$cache->purge();
|
||||
|
||||
// Clear permissions
|
||||
$auth->acl_clear_prefetch();
|
||||
|
||||
add_log('admin', 'LOG_PURGE_CACHE');
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user