aboutsummaryrefslogtreecommitdiffstats
path: root/core/configmanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/configmanager.lua')
-rw-r--r--core/configmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/configmanager.lua b/core/configmanager.lua
index 37646017..77cfd575 100644
--- a/core/configmanager.lua
+++ b/core/configmanager.lua
@@ -123,7 +123,7 @@ do
function env.Component(name)
set(name, "core", "component_module", "component");
-- Don't load the global modules by default
- set(name, "core", "modules_enable", false);
+ set(name, "core", "load_global_modules", false);
rawset(env, "__currenthost", name);
return function (module)