@@ -204,7 +204,7 @@ |
||
204 | 204 | |
205 | 205 | $config = Configuration::loadFromArray( |
206 | 206 | $this->ldapConfig, |
207 | - 'Authentication source ' . var_export($this->authId, true) |
|
207 | + 'Authentication source '.var_export($this->authId, true) |
|
208 | 208 | ); |
209 | 209 | if ($this->ldapConfig['servers']) { |
210 | 210 | $ldap = new Ldap( |