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); $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']) == '')