mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +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;
|
global $cache;
|
||||||
$cache->purge();
|
$cache->purge();
|
||||||
|
|
||||||
|
// Clear permissions
|
||||||
|
$auth->acl_clear_prefetch();
|
||||||
|
|
||||||
add_log('admin', 'LOG_PURGE_CACHE');
|
add_log('admin', 'LOG_PURGE_CACHE');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user