Paladox has uploaded a new change for review. https://gerrit.wikimedia.org/r/209795
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/95/209795/1 diff --git a/CentralAuth.php b/CentralAuth.php index 3518eec..a457596 100644 --- a/CentralAuth.php +++ b/CentralAuth.php @@ -343,7 +343,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/209795 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: REL1_25 Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
