Merge "resourceloader: Change getLessCompiler() to not be static"
[lhc/web/wiklou.git] / includes / actions / ProtectAction.php
index 48909cf..126daa0 100644 (file)
@@ -51,4 +51,8 @@ class ProtectAction extends FormlessAction {
 
                $this->page->protect();
        }
+
+       public function doesWrites() {
+               return true;
+       }
 }