aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/modulemanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 0aaf4d1f..696e0f08 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -48,7 +48,7 @@ function loadall()
load("saslauth");
load("legacyauth");
load("roster");
- load("InBandRegistration");
+ load("register");
end
function load(name)