@@ -92,8 +92,7 @@ |
||
92 | 92 | $connection = null; |
93 | 93 | if (extension_loaded("pdo_pgsql")) { |
94 | 94 | $connection = new Db\Pdo\Connection($this, $this->util, $this->trans, 'PDO_PgSQL'); |
95 | - } |
|
96 | - else { |
|
95 | + } else { |
|
97 | 96 | throw new AuthException($this->trans->lang('No package installed to connect to a PostgreSQL server.')); |
98 | 97 | } |
99 | 98 |