MUC: Assign priorities to config form hooks so they have a consistent order on each...
[prosody.git] / plugins / mod_auth_anonymous.lua
index c877d532f69e30ee8176c5f5ab17f7e2020aab34..8de46f8c27a32bc870c65f60eb9d60f82328c5ff 100644 (file)
@@ -43,7 +43,7 @@ function provider.get_sasl_handler()
 end
 
 function provider.users()
-       return next, hosts[host].sessions, nil;
+       return next, hosts[module.host].sessions, nil;
 end
 
 -- datamanager callback to disable writes