John F. Lewis has uploaded a new change for review. https://gerrit.wikimedia.org/r/168701
Change subject: Add $wmgAddWikiNotifyEmail for use by notifyNewProjects ...................................................................... Add $wmgAddWikiNotifyEmail for use by notifyNewProjects Change-Id: I5608279533bd0fd75c42c214cef0eb386fbdee9e --- M wmf-config/CommonSettings.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/01/168701/1 diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php index ec0927c..c3545d2 100644 --- a/wmf-config/CommonSettings.php +++ b/wmf-config/CommonSettings.php @@ -286,6 +286,7 @@ // Whether addWiki.php should send email $wmgAddWikiNotify = true; +$wmgAddWikiNotifyEmail = "[email protected]"; // Comment out the following lines to get the old-style l10n caching -- TS 2011-02-22 $wgLocalisationCacheConf['storeDirectory'] = "$IP/cache/l10n"; -- To view, visit https://gerrit.wikimedia.org/r/168701 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5608279533bd0fd75c42c214cef0eb386fbdee9e Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: John F. Lewis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
