jenkins-bot has submitted this change and it was merged.

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


Define doesWrites() for SpecialPage classes

Bug: T123591
Change-Id: I72a893f32748d7a13c1c06e6de79ae21e051de50
---
M specials/WikiObjectEditor/SPM_ObjectEditor.php
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/specials/WikiObjectEditor/SPM_ObjectEditor.php 
b/specials/WikiObjectEditor/SPM_ObjectEditor.php
index d54dcc0..e3c3ea7 100644
--- a/specials/WikiObjectEditor/SPM_ObjectEditor.php
+++ b/specials/WikiObjectEditor/SPM_ObjectEditor.php
@@ -17,6 +17,11 @@
        public function __construct() {
                parent::__construct( 'ObjectEditor' );
        }
+
+       public function doesWrites() {
+               return true;
+       }
+
        /*
         * Overloaded function that is responsible for the creation of the 
Special Page
         */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I72a893f32748d7a13c1c06e6de79ae21e051de50
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticPageMaker
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to