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
This commit is contained in:
Bart van Bragt 2005-04-17 09:30:22 +00:00
parent d92380657d
commit a78e6a15af

View file

@ -1068,7 +1068,7 @@ class auth
} }
} }
$hold_str = $userdata['user_permissions']; $hold_str = '';
if (is_array($hold_ary)) if (is_array($hold_ary))
{ {
ksort($hold_ary); ksort($hold_ary);
@ -1248,4 +1248,4 @@ class auth
} }
} }
?> ?>