Completed
Push — master ( 3e9fee...213197 )
by Daniel Neis
01:45
created
auth.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.