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

Change subject: Set twice wgFlowDefaultWikiDb
......................................................................


Set twice wgFlowDefaultWikiDb

We need wgFlowDefaultWikiDb to be set:
  - for every wikis, so we can create table on private/special wikis
    through a maintenance script
  - again for wikis using Flow, as to require the extension will
    reset it

This is a follow-up to 6e68739.

Change-Id: I9441ce05a3bad6f860d5a386880b6d59e3412000
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 1582824..4a8372f 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2719,6 +2719,7 @@
                $wgExtraNamespaces[NS_TOPIC] = 'Topic';
        }
 
+       $wgFlowDefaultWikiDb = $wmgFlowDefaultWikiDb;
        $wgFlowCluster = $wmgFlowCluster;
        $wgFlowExternalStore = $wgDefaultExternalStore;
        $wgFlowMaintenanceMode = $wmgFlowMaintenanceMode;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9441ce05a3bad6f860d5a386880b6d59e3412000
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to