diff options
-rwxr-xr-x | lib/private/util.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index d039d9f6a96..7168ed00244 100755 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -514,8 +514,7 @@ class OC_Util { ); } } - } - catch (\Doctrine\DBAL\DBALException $e){ + } catch (\Doctrine\DBAL\DBALException $e) { \OCP\Util::logException('core', $e); $errors[] = array( 'error' => 'Error occurred while checking PostgreSQL version', |