@@ -39,7 +39,7 @@ |
||
| 39 | 39 | public function getUserInfo() |
| 40 | 40 | { |
| 41 | 41 | return $this->username |
| 42 | - . (!empty($this->password) ? ':' . $this->password : '' ); |
|
| 42 | + . (!empty($this->password) ? ':' . $this->password : ''); |
|
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /** |