Merge "qunit: Increase individual test timeout to 60 seconds"
[lhc/web/wiklou.git] / includes / actions / ProtectAction.php
index a7f1ac3..126daa0 100644 (file)
@@ -51,5 +51,8 @@ class ProtectAction extends FormlessAction {
 
                $this->page->protect();
        }
-}
 
+       public function doesWrites() {
+               return true;
+       }
+}