diff --git a/phpBB/includes/db/postgres.php b/phpBB/includes/db/postgres.php index ccc038075e..f20bd2c4df 100644 --- a/phpBB/includes/db/postgres.php +++ b/phpBB/includes/db/postgres.php @@ -91,7 +91,7 @@ class dbal_postgres extends dbal { $version = @pg_version($this->db_connect_id); - return 'PostgresSQL' . ((!empty($version)) ? ' ' . $version['client'] : ''; + return 'PostgresSQL' . ((!empty($version)) ? ' ' . $version['client'] : ''); } /**