r65395 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r65394
|
r65395
|
r65396
>
Date:
15:11, 21 April 2010
Author:
sergeychernyshev
Status:
deferred
Tags:
Comment:
Applied patch by Craig Box that finally fixes
Bug 21661
with returnTo being dropped on first attempt to log in.
Modified paths:
/trunk/extensions/OpenID/SpecialOpenIDLogin.body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/OpenID/SpecialOpenIDLogin.body.php
—
—
@@ -821,6 +821,7 @@
822
822
}
823
823
824
824
function setReturnTo( $returnto, $returntoquery ) {
825
+ $this->setupSession();
825
826
$_SESSION['openid_consumer_returnto'] = $returnto;
826
827
$_SESSION['openid_consumer_returntoquery'] = $returntoquery;
827
828
}
Status & tagging log
10:23, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r65395
[
removed:
new
added:
deferred]