jenkins-bot has submitted this change and it was merged. Change subject: Fix alias name error change it too SocialLogin which it is supposed to be ......................................................................
Fix alias name error change it too SocialLogin which it is supposed to be https://integration.wikimedia.org/ci/job/mediawiki-extensions-hhvm/46641/consoleFull Change-Id: I7120e1d08ea98a368ff96eda4446e36c5074b0ca --- M SocialLogin.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Florianschmidtwelzow: Looks good to me, approved jenkins-bot: Verified diff --git a/SocialLogin.php b/SocialLogin.php index b819d84..50ace5b 100644 --- a/SocialLogin.php +++ b/SocialLogin.php @@ -21,4 +21,4 @@ $wgMessagesDirs['SocialLogin'] = __DIR__ . '/i18n'; $wgExtensionMessagesFiles['SocialLogin'] = $dir . 'SocialLogin.i18n.php'; $wgExtensionMessagesFiles['SocialLoginAlias'] = $dir . 'SocialLogin.alias.php'; -$wgSpecialPages['sociallogin'] = 'SocialLogin'; # Сообщите MediaWiki о Вашей новой спецстранице. +$wgSpecialPages['SocialLogin'] = 'SocialLogin'; # Сообщите MediaWiki о Вашей новой спецстранице. -- To view, visit https://gerrit.wikimedia.org/r/264958 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7120e1d08ea98a368ff96eda4446e36c5074b0ca Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SocialLogin Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Umherirrender <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
