@@ -127,7 +127,7 @@ |
||
127 | 127 | // Set the LDAP options. |
128 | 128 | $this->setOption(LDAP_OPT_PROTOCOL_VERSION, 3); |
129 | 129 | $this->setOption(LDAP_OPT_REFERRALS, $this->followReferrals); |
130 | - if ($this->useTLS ) { |
|
130 | + if ($this->useTLS) { |
|
131 | 131 | $this->startTLS(); |
132 | 132 | } |
133 | 133 |