This commit is contained in:
2026-03-05 00:35:54 +01:00
parent 56335701da
commit c08e86ec9c
2 changed files with 5 additions and 3 deletions

View File

@@ -198,6 +198,7 @@ final class ModuleManager
if (!empty($module['enabled'])) {
$bootstrap = $module['path'] . '/bootstrap.php';
if (is_file($bootstrap)) {
$modules = $this;
require_once $bootstrap;
}
}