mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to re-cache if we think acl options got changed (which we did)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9894 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4616cdb066
commit
686f84a8fc
1 changed files with 2 additions and 2 deletions
|
@ -64,9 +64,9 @@ class auth
|
|||
$db->sql_freeresult($result);
|
||||
|
||||
$cache->put('_acl_options', $this->acl_options);
|
||||
$this->acl_cache($userdata);
|
||||
}
|
||||
else if (!trim($userdata['user_permissions']))
|
||||
|
||||
if (!trim($userdata['user_permissions']))
|
||||
{
|
||||
$this->acl_cache($userdata);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue