X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FUnprotectAction.php;h=0757e88ceee9f0670397d8d6497f5771e0e4921c;hb=12ff4dec05ff8bb1a1910bf6745155b93e1912b5;hp=bc28c8ed1746e152aead08833544ae0e01d03d20;hpb=23376a76c91b26353e5d2f546520002490c761d7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/UnprotectAction.php b/includes/actions/UnprotectAction.php index bc28c8ed17..0757e88cee 100644 --- a/includes/actions/UnprotectAction.php +++ b/includes/actions/UnprotectAction.php @@ -37,7 +37,10 @@ class UnprotectAction extends ProtectAction { } public function show() { - $this->page->unprotect(); } + + public function doesWrites() { + return true; + } }