@@ -220,7 +220,7 @@ |
||
| 220 | 220 | |
| 221 | 221 | $config = Configuration::loadFromArray( |
| 222 | 222 | $this->ldapConfig, |
| 223 | - 'Authentication source ' . var_export($this->authId, true), |
|
| 223 | + 'Authentication source '.var_export($this->authId, true), |
|
| 224 | 224 | ); |
| 225 | 225 | if (!empty($this->ldapConfig['servers'])) { |
| 226 | 226 | $ldap = new Ldap( |