Update Plugins.php

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

View File

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