From: Yuri Astrakhan Date: Tue, 17 Oct 2006 02:11:29 +0000 (+0000) Subject: API * login module parameter format X-Git-Tag: 1.31.0-rc.0~55456 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=8fb74bfd49a8b203a6433512a578559875a27b73;p=lhc%2Fweb%2Fwiklou.git API * login module parameter format --- diff --git a/includes/api/ApiLogin.php b/includes/api/ApiLogin.php index f008337d0d..954cd1974d 100644 --- a/includes/api/ApiLogin.php +++ b/includes/api/ApiLogin.php @@ -89,8 +89,8 @@ class ApiLogin extends ApiBase { protected function getAllowedParams() { return array ( - 'name' => '', - 'password' => '', + 'name' => null, + 'password' => null, 'domain' => null ); }