Set doesWrites() for SpecialWatchlist
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 8 Feb 2016 20:48:45 +0000 (12:48 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 8 Feb 2016 20:48:45 +0000 (12:48 -0800)
Change-Id: Ic843ade3dabbbbd10b2b2eade9bda65c9548c492

includes/specials/SpecialWatchlist.php

index cc5c150..03e555f 100644 (file)
@@ -32,6 +32,10 @@ class SpecialWatchlist extends ChangesListSpecialPage {
                parent::__construct( $page, $restriction );
        }
 
+       public function doesWrites() {
+               return true;
+       }
+
        /**
         * Main execution point
         *