mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-04 14:47:52 +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:
parent
547bf50866
commit
190f35c456
@ -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…
x
Reference in New Issue
Block a user