1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Wrong object name

git-svn-id: file:///svn/phpbb/trunk@3751 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-03-30 14:22:34 +00:00
parent 0db7b7603d
commit f302d5ea93

View File

@@ -531,7 +531,7 @@ class auth
$db->sql_freeresult($result);
$cache->put('acl_options', $this->acl_options);
$auth->acl_clear_prefetch();
$this->acl_clear_prefetch();
$this->acl_cache($userdata);
}
else if (trim($userdata['user_permissions']) == '')