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 @@
9090
9191 protected function getAllowedParams() {
9292 return array (
93 - 'name' => '',
94 - 'password' => '',
 93+ 'name' => null,
 94+ 'password' => null,
9595 'domain' => null
9696 );
9797 }