From a78e6a15af8a42e8557c816ec10f82991a8f326f Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sun, 17 Apr 2005 09:30:22 +0000 Subject: [PATCH] Problem with the permission caching that only showed in some race condtion git-svn-id: file:///svn/phpbb/trunk@5122 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index 8f7963f616..097185731d 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -1068,7 +1068,7 @@ class auth } } - $hold_str = $userdata['user_permissions']; + $hold_str = ''; if (is_array($hold_ary)) { ksort($hold_ary); @@ -1248,4 +1248,4 @@ class auth } } -?> \ No newline at end of file +?>