MUC: Expose room metatable in the MUC lib.
[prosody.git] / prosody
diff --git a/prosody b/prosody
index 6f5a14eb9521e9d3fa8f9019eb2f8eadbba8e1ae..b8de92f59c4f235d0dc8e64b8d3c45b345a9cada 100755 (executable)
--- a/prosody
+++ b/prosody
@@ -128,7 +128,7 @@ function log_dependency_warnings()
 end
 
 function sanity_check()
-       for host, host_config in pairs(configmanager.getconfig()) do
+       for host, host_config in pairs(config.getconfig()) do
                if host ~= "*"
                and host_config.core.enabled ~= false
                and not host_config.core.component_module then