r83671 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r83670
|
r83671
|
r83672
>
Date:
21:09, 10 March 2011
Author:
ialex
Status:
ok
Tags:
Comment:
We have wfSetupSession(), so use it
Modified paths:
/trunk/extensions/AjaxLogin/ApiAjaxLogin.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AjaxLogin/ApiAjaxLogin.php
—
—
@@ -17,7 +17,7 @@
18
18
}
19
19
20
20
public function execute() {
21
- session_start();
21
+ wfSetupSession();
22
22
$Name = $Password = $Remember = $Loginattempt = $Mailmypassword = $Token = null;
23
23
extract( $this->extractRequestParams() );
24
24
Status & tagging log
12:31, 11 March 2011
Hashar
(
talk
|
contribs
)
changed the
status
of r83671
[
removed:
new
added:
ok]