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

Change subject: Set 828 (NS_MODULE) as a Wikibase client NS on Wikidata
......................................................................


Set 828 (NS_MODULE) as a Wikibase client NS on Wikidata

I don't see a reason for not doing this, was probably
just forgotten.

hardcoding the number here to ensure it works in case
when switching scribunto to extension registration, if
the constant is not defined yet when wikibase is loaded.

Bug: T123234
Change-Id: If6d270f1ea4d56a2acac649671afd015db9a2bd9
---
M wmf-config/Wikibase.php
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/wmf-config/Wikibase.php b/wmf-config/Wikibase.php
index 66c0bd9..197b734 100644
--- a/wmf-config/Wikibase.php
+++ b/wmf-config/Wikibase.php
@@ -174,7 +174,8 @@
                        NS_CATEGORY,
                        NS_PROJECT,
                        NS_TEMPLATE,
-                       NS_HELP
+                       NS_HELP,
+                       828 // NS_MODULE
                );
 
                $wgWBClientSettings['languageLinkSiteGroup'] = 'wikipedia';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If6d270f1ea4d56a2acac649671afd015db9a2bd9
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Lydia Pintscher <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to