SpecialLockdb and SpecialUnlockdb don't do database writes
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 7 May 2016 14:10:27 +0000 (16:10 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 7 May 2016 14:20:15 +0000 (16:20 +0200)
Change-Id: I95d0df4227632ce2e5fe57e73f3cd1f78e1cc14f

includes/specials/SpecialLockdb.php
includes/specials/SpecialUnlockdb.php

index a229fa3..b759991 100644 (file)
@@ -34,7 +34,7 @@ class SpecialLockdb extends FormSpecialPage {
        }
 
        public function doesWrites() {
-               return true;
+               return false;
        }
 
        public function requiresWrite() {
index 9214c23..4cfba84 100644 (file)
@@ -33,7 +33,7 @@ class SpecialUnlockdb extends FormSpecialPage {
        }
 
        public function doesWrites() {
-               return true;
+               return false;
        }
 
        public function requiresWrite() {