From: Aaron Date: Tue, 5 Jun 2012 17:10:11 +0000 (-0700) Subject: Fixed bit math logic error in 0e765f8405c3ec1b428994d3149599a7132ae07b. X-Git-Tag: 1.31.0-rc.0~23323^2~1 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=c2443ec058541eb6e8f9bd8f2540ef2cfe670c60;p=lhc%2Fweb%2Fwiklou.git Fixed bit math logic error in 0e765f8405c3ec1b428994d3149599a7132ae07b. Change-Id: Idfba3971f9c2d47967d1210352d8fb25583834e0 --- diff --git a/includes/logging/LogEventsList.php b/includes/logging/LogEventsList.php index f59848de03..ee1ac45493 100644 --- a/includes/logging/LogEventsList.php +++ b/includes/logging/LogEventsList.php @@ -26,7 +26,7 @@ class LogEventsList { const NO_ACTION_LINK = 1; const NO_EXTRA_USER_LINKS = 2; - const USE_REVDEL_CHECKBOXES = 3; + const USE_REVDEL_CHECKBOXES = 4; /** * @var Skin