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 @@
240
240
$central = CentralAuthUser::getInstance( $user );
241
241
if( $central->exists() ) {
242
242
$central->attach( wfWikiID(), 'login' );
243
+ $cental->addLocalName( wfWikiID() );
243
244
$this->updateUser( $user );
244
245
}
245
246
}
Status & tagging log
15:27, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r35876
[
removed:
ok
added:
old]