r86627 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86626‎ | r86627 | r86628 >
Date:16:04, 21 April 2011
Author:ialex
Status:ok
Tags:
Comment:
Fix hook definition from r86482
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuth.php
@@ -187,7 +187,7 @@
188188 $wgHooks['UserLoadDefaults'][] = 'CentralAuthHooks::onUserLoadDefaults';
189189 $wgHooks['getUserPermissionsErrorsExpensive'][] = 'CentralAuthHooks::onGetUserPermissionsErrorsExpensive';
190190 $wgHooks['MakeGlobalVariablesScript'][] = 'CentralAuthHooks::onMakeGlobalVariablesScript';
191 -$wgHooks['SpecialPasswordResetOnSubmit'] = 'CentralAuthHooks::onSpecialPasswordResetOnSubmit';
 191+$wgHooks['SpecialPasswordResetOnSubmit'][] = 'CentralAuthHooks::onSpecialPasswordResetOnSubmit';
192192
193193 // For interaction with the Special:Renameuser extension
194194 $wgHooks['RenameUserWarning'][] = 'CentralAuthHooks::onRenameUserWarning';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86482(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate t...happy-melon15:27, 20 April 2011

Status & tagging log