Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/265096

Change subject: Define doesWrites() for SpecialPage classes
......................................................................

Define doesWrites() for SpecialPage classes

Bug: T123591
Change-Id: I513111708d7e4f5f6c4acfbf0c8f635f5887c688
---
M special/SpecialRevisionCommentSupplement.php
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/RevisionCommentSupplement 
refs/changes/96/265096/1

diff --git a/special/SpecialRevisionCommentSupplement.php 
b/special/SpecialRevisionCommentSupplement.php
index 30c0040..8cd992e 100644
--- a/special/SpecialRevisionCommentSupplement.php
+++ b/special/SpecialRevisionCommentSupplement.php
@@ -33,6 +33,10 @@
                parent::__construct( 'RevisionCommentSupplement', 
'supplementcomment', true );
        }
 
+       public function doesWrites() {
+               return true;
+       }
+
        # from class SpecialAbuseFilter in SpecialAbuseFilter.php into 
extension AbuseFilter
        function execute( $subpage ) {
                $this->setHeaders();

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I513111708d7e4f5f6c4acfbf0c8f635f5887c688
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/RevisionCommentSupplement
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to