fixing code style

remotes/origin/ldap_group_count
Thomas Müller 12 years ago
parent a25b86a30e
commit 6bfeb342db
  1. 3
      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',

Loading…
Cancel
Save