Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / actions / UnprotectAction.php
index 559cfaf..0757e88 100644 (file)
@@ -39,4 +39,8 @@ class UnprotectAction extends ProtectAction {
        public function show() {
                $this->page->unprotect();
        }
+
+       public function doesWrites() {
+               return true;
+       }
 }