X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FUnprotectAction.php;h=0757e88ceee9f0670397d8d6497f5771e0e4921c;hb=1abc89fc7651e122ca53fe874eecb89f30b5ba35;hp=bc28c8ed1746e152aead08833544ae0e01d03d20;hpb=3b07da886220352c3e393ec09b0c674b3968d5ad;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; + } }