@@ -139,7 +139,7 @@ |
||
139 | 139 | $protocol = $this::PROTOCOL; |
140 | 140 | |
141 | 141 | if (is_array($hostname)) { |
142 | - $hostname = $protocol . implode(' ' . $protocol, $hostname); |
|
142 | + $hostname = $protocol.implode(' '.$protocol, $hostname); |
|
143 | 143 | } |
144 | 144 | $this->resource = ldap_connect($hostname, $port); |
145 | 145 |