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

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(-)

Approvals:
  Wctaiwan: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I3ea9bc85b4e728f4c4298e82f3a17654e4420312
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MassMessage
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Wctaiwan <wctai...@gmail.com>
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