Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/265033
Change subject: Define doesWrites() for SpecialPage classes
......................................................................
Define doesWrites() for SpecialPage classes
Bug: T123591
Change-Id: I8bda5759a58a412ef5debce8cfd0de2e2ef8da26
---
M SpecialPrivateDomains.php
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/PrivateDomains
refs/changes/33/265033/1
diff --git a/SpecialPrivateDomains.php b/SpecialPrivateDomains.php
index 4874386..cfc433c 100644
--- a/SpecialPrivateDomains.php
+++ b/SpecialPrivateDomains.php
@@ -24,6 +24,10 @@
parent::__construct( 'PrivateDomains'/*class*/,
'privatedomains'/*restriction*/ );
}
+ public function doesWrites() {
+ return true;
+ }
+
/**
* Saves a message in the MediaWiki: namespace.
*
--
To view, visit https://gerrit.wikimedia.org/r/265033
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8bda5759a58a412ef5debce8cfd0de2e2ef8da26
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/PrivateDomains
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits