Index: trunk/extensions/CentralAuth/CentralAuth.php |
— | — | @@ -123,4 +123,5 @@ |
124 | 124 | $central = new CentralAuthUser( $user ); |
125 | 125 | $central->lazyImportLocalNames(); |
126 | 126 | $central->storeMigrationData( $wgDBname, array( $user->getName() ) ); |
| 127 | + return true; |
127 | 128 | } |