mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
Wrong object name
git-svn-id: file:///svn/phpbb/trunk@3751 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -531,7 +531,7 @@ class auth
|
|||||||
$db->sql_freeresult($result);
|
$db->sql_freeresult($result);
|
||||||
|
|
||||||
$cache->put('acl_options', $this->acl_options);
|
$cache->put('acl_options', $this->acl_options);
|
||||||
$auth->acl_clear_prefetch();
|
$this->acl_clear_prefetch();
|
||||||
$this->acl_cache($userdata);
|
$this->acl_cache($userdata);
|
||||||
}
|
}
|
||||||
else if (trim($userdata['user_permissions']) == '')
|
else if (trim($userdata['user_permissions']) == '')
|
||||||
|
Reference in New Issue
Block a user