r24559 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24558‎ | r24559 | r24560 >
Date:08:38, 3 August 2007
Author:brion
Status:old
Tags:
Comment:
Oh the shame -- forgot hook return value
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuth.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuth.php
@@ -123,4 +123,5 @@
124124 $central = new CentralAuthUser( $user );
125125 $central->lazyImportLocalNames();
126126 $central->storeMigrationData( $wgDBname, array( $user->getName() ) );
 127+ return true;
127128 }

Status & tagging log