MarkAHershberger has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/378979 )

Change subject: parent::execute() is deprecating
......................................................................

parent::execute() is deprecating

Change-Id: Icf206480190c360517f58b91949815868068a8a4
---
M src/SpecialWhoIsWatching.php
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WhoIsWatching 
refs/changes/79/378979/1

diff --git a/src/SpecialWhoIsWatching.php b/src/SpecialWhoIsWatching.php
index 56a5a3b..c3fd8e4 100644
--- a/src/SpecialWhoIsWatching.php
+++ b/src/SpecialWhoIsWatching.php
@@ -63,7 +63,9 @@
         * @return boolean
         */
        function execute( $par ) {
-               parent::execute( $par );
+               $this->setHeaders();
+               $this->checkPermissions();
+               $this->outputHeader();
 
                if ( $this->getTargetPage( $par ) ) {
                        if ( $this->addWatchersForm() ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/378979
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf206480190c360517f58b91949815868068a8a4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WhoIsWatching
Gerrit-Branch: master
Gerrit-Owner: MarkAHershberger <m...@nichework.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to