@@ -67,8 +67,7 @@ |
||
67 | 67 | if (empty($this->connection)) { |
68 | 68 | if (!empty($credentials['ssl'])) { |
69 | 69 | $connection = $this->getSecureConnection(); |
70 | - } |
|
71 | - else { |
|
70 | + } else { |
|
72 | 71 | $connection = $this->getStandardConnection(); |
73 | 72 | } |
74 | 73 |