r17065 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r17064
|
r17065
|
r17066
>
Date:
02:11, 17 October 2006
Author:
yurik
Status:
old
Tags:
Comment:
API * login module parameter format
Modified paths:
/trunk/phase3/includes/api/ApiLogin.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiLogin.php
—
—
@@ -89,8 +89,8 @@
90
90
91
91
protected function getAllowedParams() {
92
92
return array (
93
- 'name' => '',
94
- 'password' => '',
93
+ 'name' => null,
94
+ 'password' => null,
95
95
'domain' => null
96
96
);
97
97
}