r35876 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35875‎ | r35876 | r35877 >
Date:19:46, 4 June 2008
Author:vasilievvv
Status:old
Tags:
Comment:
* (bug 14403) automatic created accounts do not appear as conflict when trying to remerge after unmerge
May also require rebuilding localnames table on Wikimedia
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuthPlugin.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuthPlugin.php
@@ -239,6 +239,7 @@
240240 $central = CentralAuthUser::getInstance( $user );
241241 if( $central->exists() ) {
242242 $central->attach( wfWikiID(), 'login' );
 243+ $cental->addLocalName( wfWikiID() );
243244 $this->updateUser( $user );
244245 }
245246 }

Status & tagging log