From: Aaron Schulz Date: Mon, 8 Feb 2016 20:48:45 +0000 (-0800) Subject: Set doesWrites() for SpecialWatchlist X-Git-Tag: 1.31.0-rc.0~7993^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/wiki/supprimer.php?a=commitdiff_plain;h=123b1563f0338bc4b45be2b31e591cbcf9b03575;p=lhc%2Fweb%2Fwiklou.git Set doesWrites() for SpecialWatchlist Change-Id: Ic843ade3dabbbbd10b2b2eade9bda65c9548c492 --- diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php index cc5c1506d3..03e555f2e2 100644 --- a/includes/specials/SpecialWatchlist.php +++ b/includes/specials/SpecialWatchlist.php @@ -32,6 +32,10 @@ class SpecialWatchlist extends ChangesListSpecialPage { parent::__construct( $page, $restriction ); } + public function doesWrites() { + return true; + } + /** * Main execution point *