Index: trunk/extensions/CentralAuth/CentralAuthHooks.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | * Make sure migration information in localuser table is populated |
12 | 12 | * on local account creation |
13 | 13 | */ |
14 | | - static function onAddNewAccount( $user ) { |
| 14 | + static function onAddNewAccount( $user, $byEmail ) { |
15 | 15 | $central = CentralAuthUser::getInstance( $user ); |
16 | 16 | $central->addLocalName( wfWikiID() ); |
17 | 17 | return true; |