jenkins-bot has submitted this change and it was merged. 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 bug request. Bug: 52149 Change-Id: I8f7f92329ae82b08d8333489c30125fdf585237a --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index f4c4554..47325f7 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -10719,7 +10719,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: merged Gerrit-Change-Id: I8f7f92329ae82b08d8333489c30125fdf585237a Gerrit-PatchSet: 3 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Odder <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
