Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/209794
Change subject: Remove double hooks ...................................................................... Remove double hooks * Removes double hooks that was the same. Change-Id: Iffd870278e1da0032a018e7a3a6214c3293bcee3 --- M CentralAuth.php 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth refs/changes/94/209794/1 diff --git a/CentralAuth.php b/CentralAuth.php index fa184ea..2876ad0 100644 --- a/CentralAuth.php +++ b/CentralAuth.php @@ -342,7 +342,6 @@ $wgHooks['AbortLogin'][] = 'CentralAuthHooks::onAbortLogin'; $wgHooks['AbortNewAccount'][] = 'CentralAuthHooks::onAbortNewAccount'; $wgHooks['AbortAutoAccount'][] = 'CentralAuthHooks::onAbortAutoAccount'; -$wgHooks['AbortLogin'][] = 'CentralAuthHooks::onAbortLogin'; $wgHooks['UserLoginComplete'][] = 'CentralAuthHooks::onUserLoginComplete'; $wgHooks['UserLoadFromSession'][] = 'CentralAuthHooks::onUserLoadFromSession'; $wgHooks['UserLogout'][] = 'CentralAuthHooks::onUserLogout'; -- To view, visit https://gerrit.wikimedia.org/r/209794 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iffd870278e1da0032a018e7a3a6214c3293bcee3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CentralAuth Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: L10n-bot <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
