mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
#11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -127,7 +127,7 @@ class auth
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return !$negate;
|
||||
// Founder always has all global options set to true...
|
||||
return ($negate) ? !$this->cache[$f][$opt] : $this->cache[$f][$opt];
|
||||
}
|
||||
|
Reference in New Issue
Block a user