aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-30 14:22:34 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-30 14:22:34 +0000
commitf302d5ea939e0143c9a0e413223e85388b946040 (patch)
treed7f2f730005485f3429a70c1d26c5520ede1c2f9 /phpBB
parent0db7b7603d32f11505811dbb5403c7aec59b4d15 (diff)
downloadforums-f302d5ea939e0143c9a0e413223e85388b946040.tar
forums-f302d5ea939e0143c9a0e413223e85388b946040.tar.gz
forums-f302d5ea939e0143c9a0e413223e85388b946040.tar.bz2
forums-f302d5ea939e0143c9a0e413223e85388b946040.tar.xz
forums-f302d5ea939e0143c9a0e413223e85388b946040.zip
Wrong object name
git-svn-id: file:///svn/phpbb/trunk@3751 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 3e315c5db8..60e28f490e 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -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']) == '')