Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/180780
Change subject: Fix autoloader entries ...................................................................... Fix autoloader entries Change-Id: I119088ce1f3af860af172f9f40955aa63cc1d59c --- M CentralAuth.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth refs/changes/80/180780/1 diff --git a/CentralAuth.php b/CentralAuth.php index fcb7e07..a0be43e 100644 --- a/CentralAuth.php +++ b/CentralAuth.php @@ -256,6 +256,7 @@ $wgAutoloadClasses['SpecialCentralLogin'] = "$caBase/includes/specials/SpecialCentralLogin.php"; $wgAutoloadClasses['SpecialMergeAccount'] = "$caBase/includes/specials/SpecialMergeAccount.php"; $wgAutoloadClasses['SpecialGlobalUsers'] = "$caBase/includes/specials/SpecialGlobalUsers.php"; +$wgAutoloadClasses['GlobalUsersPager'] = "$caBase/includes/specials/SpecialGlobalUsers.php"; $wgAutoloadClasses['SpecialMultiLock'] = "$caBase/includes/specials/SpecialMultiLock.php"; $wgAutoloadClasses['CentralAuthUser'] = "$caBase/includes/CentralAuthUser.php"; $wgAutoloadClasses['CentralAuthPlugin'] = "$caBase/includes/CentralAuthPlugin.php"; @@ -307,7 +308,7 @@ $wgAutoloadClasses['UsersToRenameDatabaseUpdates'] = "$caBase/includes/UsersToRename/UsersToRenameDatabaseUpdates.php"; // only used by maintenance/sendConfirmAndMigrateEmail.php -$wgAutoloadClasses['EmailableUser'] = "$caBase/EmailableUser.php"; +$wgAutoloadClasses['EmailableUser'] = "$caBase/includes/EmailableUser.php"; $wgMessagesDirs['SpecialCentralAuth'] = __DIR__ . '/i18n'; $wgExtensionMessagesFiles['SpecialCentralAuth'] = "$caBase/CentralAuth.i18n.php"; -- To view, visit https://gerrit.wikimedia.org/r/180780 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I119088ce1f3af860af172f9f40955aa63cc1d59c Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CentralAuth Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
