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();