From 05117f6836d5845e3bbd6371607acc630cd8fcdc Mon Sep 17 00:00:00 2001 From: Thayol Date: Wed, 6 Jan 2021 19:15:24 +0100 Subject: [PATCH] Fixed uneven brackets --- libraries/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/utils.php b/libraries/utils.php index 0187f47..ae0e69a 100644 --- a/libraries/utils.php +++ b/libraries/utils.php @@ -42,7 +42,7 @@ class utils { $raw = file_get_contents($path); } - catch + catch (Exception $e) { $raw = ""; }