Fix logic error from r54153. By negating each individual isAllowed check, the OR...
authorAlex Z <mrzman@users.mediawiki.org>
Thu, 17 Sep 2009 04:27:02 +0000 (04:27 +0000)
committerAlex Z <mrzman@users.mediawiki.org>
Thu, 17 Sep 2009 04:27:02 +0000 (04:27 +0000)
commitebb11757633644a57e7168f24b541fe87e38af0f
tree233a6cc44263be52128ab4854d8051c340de8695
parent4118aeea9e480a3a44d3c77da0de19f036e88dac
Fix logic error from r54153. By negating each individual isAllowed check, the OR statement would return true
(and not allow the action) if the user didn't have both rights rather than checking if he has either one.
includes/Title.php