From 123b1563f0338bc4b45be2b31e591cbcf9b03575 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 8 Feb 2016 12:48:45 -0800 Subject: [PATCH] Set doesWrites() for SpecialWatchlist Change-Id: Ic843ade3dabbbbd10b2b2eade9bda65c9548c492 --- includes/specials/SpecialWatchlist.php | 4 ++++ 1 file changed, 4 insertions(+) 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 * -- 2.20.1