Test Failed
Pull Request — main (#18)
by
unknown
04:17
created
web/public/s/classes/config.inc.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,7 @@
 block discarded – undo
38 38
             ]
39 39
         );
40 40
         $__server->db_properties->db_connected = true;
41
-    }
42
-    catch(PDOException $e)
41
+    } catch(PDOException $e)
43 42
     {
44 43
         die("An error occured connecting to the database: ".$e->getMessage());
45 44
     }
Please login to merge, or discard this patch.