@@ -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 | $result = $this->call_ws($this->config->serverurl, $functionname, $params); |
71 | 71 |