@@ -65,7 +65,7 @@ |
||
| 65 | 65 | |
| 66 | 66 | $functionname = $this->config->auth_function; |
| 67 | 67 | $params = array($this->config->auth_function_username_paramname => $username, |
| 68 | - $this->config->auth_function_password_paramname => $password); |
|
| 68 | + $this->config->auth_function_password_paramname => $password); |
|
| 69 | 69 | |
| 70 | 70 | |
| 71 | 71 | $result = $this->call_ws($this->config->auth_serverurl, $functionname, $params); |