Odder has uploaded a new change for review. https://gerrit.wikimedia.org/r/76311
Change subject: (bug 52149) Correct AFTv5 e-mail for fr.wp oversighters ...................................................................... (bug 52149) Correct AFTv5 e-mail for fr.wp oversighters Changing it from the current [email protected] to [email protected] per Mailman settings. Bug: 52149 Change-Id: I8f7f92329ae82b08d8333489c30125fdf585237a --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/11/76311/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 414f198..7247986 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -10709,7 +10709,7 @@ 'default' => '[email protected]', 'dewiki' => '[email protected]', 'enwiki' => '[email protected]', - 'frwiki' => '[email protected]', + 'frwiki' => '[email protected]', ), 'wmgArticleFeedbackv5OversightEmailHelp' => array( 'default' => 'https://en.wikipedia.org/wiki/Wikipedia:Article_Feedback_Tool/Version_5/Help/Feedback_page_Oversighters', -- To view, visit https://gerrit.wikimedia.org/r/76311 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8f7f92329ae82b08d8333489c30125fdf585237a Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Odder <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
