X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Factions%2FUnwatchAction.php;h=f8f1dc1f4404d8d8aefc96f4c3be1f0350e8b16c;hp=0a8628dd2623b39f076a92cfe7c09f33922f6ecc;hb=e3bd13db0c285f312e31bb1b7271af4628cca80c;hpb=b126e82f168f8bc1ad56c16b0bd3b69e309003c0 diff --git a/includes/actions/UnwatchAction.php b/includes/actions/UnwatchAction.php index 0a8628dd26..f8f1dc1f44 100644 --- a/includes/actions/UnwatchAction.php +++ b/includes/actions/UnwatchAction.php @@ -52,4 +52,8 @@ class UnwatchAction extends WatchAction { public function onSuccess() { $this->getOutput()->addWikiMsg( 'removedwatchtext', $this->getTitle()->getPrefixedText() ); } + + public function doesWrites() { + return true; + } }