https://bugzilla.wikimedia.org/show_bug.cgi?id=17116


Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #8 from Brion Vibber <[email protected]>  2009-07-19 21:29:44 UTC 
---
If you've set the value to true, there's no way anything in $wgGroupPermissions
could override you.

Truth table:
 true || true  -> true
 true || false -> true

Skipping evaluation of the righthand term when it can never affect the result
is perfectly correct boolean shortcut processing.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to