1
0
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:
Meik Sievertsen 2007-06-27 15:54:23 +00:00
parent 547bf50866
commit 190f35c456

View File

@ -270,6 +270,10 @@ class acp_main
global $cache;
$cache->purge();
// Clear permissions
$auth->acl_clear_prefetch();
add_log('admin', 'LOG_PURGE_CACHE');
break;
}