@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | public function __isset($propName) |
33 | 33 | { |
34 | - return isset($this->block->{$propName}); |
|
34 | + return isset($this->block->{$propName}); |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | public function getHash() |
@@ -727,7 +727,7 @@ |
||
727 | 727 | */ |
728 | 728 | private function addJSGlobals() |
729 | 729 | { |
730 | - $this->body = $this->body.'<script> |
|
730 | + $this->body = $this->body.'<script> |
|
731 | 731 | var profilesUrl = \''.$this->profilesUrl.'\' |
732 | 732 | var loginUrl = \''.$this->loginUrl.'\' |
733 | 733 | var logoutUrl = \''.$this->logoutUrl.'\' |
@@ -160,7 +160,7 @@ |
||
160 | 160 | $server->connect($this->host); |
161 | 161 | if($bindWrite === false) |
162 | 162 | { |
163 | - $ret = $server->bind($this->bindRODistinguishedName, $this->bindROPassword); |
|
163 | + $ret = $server->bind($this->bindRODistinguishedName, $this->bindROPassword); |
|
164 | 164 | } |
165 | 165 | else |
166 | 166 | { |