mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
d92380657d
commit
a78e6a15af
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue