From f34547cad7cab847c8ac6aa327573e7cf0b2005d Mon Sep 17 00:00:00 2001 From: David M Date: Wed, 23 May 2007 02:01:21 +0000 Subject: erm... um... NOBODY SAW THIS :P git-svn-id: file:///svn/phpbb/trunk@7665 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/auth.php b/phpBB/includes/auth.php index 0f0349a6f3..3b05652a87 100644 --- a/phpBB/includes/auth.php +++ b/phpBB/includes/auth.php @@ -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]; } -- cgit v1.2.1