From 4d8f5f31ae3c12553b7aad1da555101b8084f3cd Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 23 May 2025 09:04:48 +0200 Subject: [PATCH] Update Plugins.php --- system/src/Plugins.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/src/Plugins.php b/system/src/Plugins.php index 8e284484..438fe32e 100644 --- a/system/src/Plugins.php +++ b/system/src/Plugins.php @@ -688,8 +688,9 @@ class Plugins { require BASE . $install; $db->revalidateCache(); } - else + else { self::$warnings[] = 'Cannot load install script. Your plugin might be not working correctly.'; + } } clearCache();