sadsad
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user