diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-25 23:17:00 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-03-25 23:17:00 +0100 |
commit | 6bfeb342db32feff686f4fc6d7bd0d42de9d297b (patch) | |
tree | 13677e365093bcd7e68b8174dc5392370349250d | |
parent | a25b86a30e34204f9a67e3231b1975f7aaf527af (diff) | |
download | nextcloud-server-6bfeb342db32feff686f4fc6d7bd0d42de9d297b.tar.gz nextcloud-server-6bfeb342db32feff686f4fc6d7bd0d42de9d297b.zip |
fixing code style
-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', |