r83376 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83375
|
r83376
|
r83377
>
Date:
09:14, 6 March 2011
Author:
bawolff
Status:
ok
Tags:
Comment:
(follow-up:
r83371
) Fix variable name typo. $this to $loginForm.
Modified paths:
/trunk/phase3/includes/api/ApiLogin.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiLogin.php
—
—
@@ -142,7 +142,7 @@
143
143
144
144
case LoginForm::ABORTED:
145
145
$result['result'] = 'Aborted';
146
- $result['reason'] = $this->mAbortLoginErrorMsg;
146
+ $result['reason'] = $loginForm->mAbortLoginErrorMsg;
147
147
break;
148
148
149
149
default:
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r83371
Fix and Enhance:...
jdpond
05:39, 6 March 2011
Status & tagging log
00:31, 15 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r83376
[
removed:
new
added:
ok]