mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
erm... um... NOBODY SAW THIS :P
git-svn-id: file:///svn/phpbb/trunk@7665 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2a7186898d
commit
f34547cad7
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class auth
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return !$negate;
|
|
||||||
// Founder always has all global options set to true...
|
// Founder always has all global options set to true...
|
||||||
return ($negate) ? !$this->cache[$f][$opt] : $this->cache[$f][$opt];
|
return ($negate) ? !$this->cache[$f][$opt] : $this->cache[$f][$opt];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue