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