From fb88eaab7a838fd93f7dbfa3d88ad3b07bcf9c7c Mon Sep 17 00:00:00 2001 From: Deltacms Date: Fri, 3 Feb 2023 08:31:53 +0100 Subject: [PATCH] correction bug --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 6dff8b6..63b6fef 100644 --- a/core/core.php +++ b/core/core.php @@ -2187,7 +2187,7 @@ class common { $vendorFiles = json_decode(file_get_contents($vendorPath . 'inc.json')); foreach($vendorFiles as $vendorFile) { if( pathinfo($vendorFile, PATHINFO_EXTENSION) === 'css') { - echo ''; + echo ''; } } }