Update Plugins.php

This commit is contained in:
slawkens 2025-05-23 09:04:48 +02:00
parent be7b27c31a
commit 4d8f5f31ae

View File

@ -688,9 +688,10 @@ class Plugins {
require BASE . $install; require BASE . $install;
$db->revalidateCache(); $db->revalidateCache();
} }
else else {
self::$warnings[] = 'Cannot load install script. Your plugin might be not working correctly.'; self::$warnings[] = 'Cannot load install script. Your plugin might be not working correctly.';
} }
}
clearCache(); clearCache();