mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user