From c2443ec058541eb6e8f9bd8f2540ef2cfe670c60 Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 5 Jun 2012 10:10:11 -0700 Subject: [PATCH] Fixed bit math logic error in 0e765f8405c3ec1b428994d3149599a7132ae07b. Change-Id: Idfba3971f9c2d47967d1210352d8fb25583834e0 --- includes/logging/LogEventsList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1