mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
also refresh permissions on purge
git-svn-id: file:///svn/phpbb/trunk@7803 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
547bf50866
commit
190f35c456
1 changed files with 4 additions and 0 deletions
|
@ -270,6 +270,10 @@ class acp_main
|
|||
|
||||
global $cache;
|
||||
$cache->purge();
|
||||
|
||||
// Clear permissions
|
||||
$auth->acl_clear_prefetch();
|
||||
|
||||
add_log('admin', 'LOG_PURGE_CACHE');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue