r67787 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r67786
|
r67787
|
r67788
>
Date:
08:37, 10 June 2010
Author:
ialex
Status:
deferred
Tags:
Comment:
Fix for
r67785
: let the user log in when attaching its OpenID to an existing account :)
Modified paths:
/trunk/extensions/OpenID/SpecialOpenIDLogin.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OpenID/SpecialOpenIDLogin.body.php
—
—
@@ -373,7 +373,11 @@
374
374
$force[] = $option;
375
375
}
376
376
}
377
+
377
378
$this->updateUser( $user, $sreg, $ax );
379
+
380
+ $wgUser = $user;
381
+
378
382
} else {
379
383
$name = $this->getUserName( $openid, $sreg, $ax, $choice, $nameValue );
380
384
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r67785
Set $wgUser to the new user before calling addNewUserLogEntry() since this me...
ialex
08:30, 10 June 2010
Status & tagging log
10:23, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r67787
[
removed:
new
added:
deferred]