Index: trunk/extensions/CentralAuth/CentralAuthPlugin.php |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | $central = CentralAuthUser::getInstance( $user ); |
248 | 248 | if( $central->exists() ) { |
249 | 249 | $central->attach( wfWikiID(), 'login' ); |
250 | | - $cental->addLocalName( wfWikiID() ); |
| 250 | + $central->addLocalName( wfWikiID() ); |
251 | 251 | $this->updateUser( $user ); |
252 | 252 | } |
253 | 253 | } |