mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- the same procedure as every... oh. this is taken.
- also including the first bugfix within beta4, just noticed at area51 that quicktools are not working in global announcements. :D git-svn-id: file:///svn/phpbb/trunk@6681 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -223,6 +223,16 @@ class auth
|
||||
{
|
||||
$allowed = false;
|
||||
|
||||
if (is_array($opt))
|
||||
{
|
||||
foreach ($opt as $check_option)
|
||||
{
|
||||
$allowed |= $this->acl_getf_global($check_option);
|
||||
}
|
||||
|
||||
return $allowed;
|
||||
}
|
||||
|
||||
if (isset($this->acl_options['local'][$opt]))
|
||||
{
|
||||
foreach ($this->acl as $f => $bitstring)
|
||||
|
Reference in New Issue
Block a user