Legoktm has uploaded a new change for review.

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

Change subject: Mark list=mmsites as an internal module
......................................................................

Mark list=mmsites as an internal module

Change-Id: I3ea9bc85b4e728f4c4298e82f3a17654e4420312
---
M includes/ApiQueryMMSites.php
1 file changed, 5 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MassMessage 
refs/changes/34/168934/1

diff --git a/includes/ApiQueryMMSites.php b/includes/ApiQueryMMSites.php
index 5b6851a..4842ffb 100644
--- a/includes/ApiQueryMMSites.php
+++ b/includes/ApiQueryMMSites.php
@@ -46,9 +46,12 @@
                );
        }
 
+       public function isInternal() {
+               return true;
+       }
+
        public function getDescription() {
-               return 'Serve autocomplete requests for the site field in 
MassMessage; '
-                       . 'not intended for use elsewhere.';
+               return 'Serve autocomplete requests for the site field in 
MassMessage';
        }
 
        public function getExamples() {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ea9bc85b4e728f4c4298e82f3a17654e4420312
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MassMessage
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>

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

Reply via email to