Fixed bit math logic error in 0e765f8405c3ec1b428994d3149599a7132ae07b.
authorAaron <aschulz@wikimedia.org>
Tue, 5 Jun 2012 17:10:11 +0000 (10:10 -0700)
committerAaron <aschulz@wikimedia.org>
Tue, 5 Jun 2012 17:10:11 +0000 (10:10 -0700)
Change-Id: Idfba3971f9c2d47967d1210352d8fb25583834e0

includes/logging/LogEventsList.php

index f59848d..ee1ac45 100644 (file)
@@ -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