mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Wrong object name
git-svn-id: file:///svn/phpbb/trunk@3751 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0db7b7603d
commit
f302d5ea93
1 changed files with 1 additions and 1 deletions
|
@ -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']) == '')
|
||||||
|
|
Loading…
Add table
Reference in a new issue