summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/mod_configure.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_configure.erl b/src/mod_configure.erl
index 541b5031..b0b0c360 100644
--- a/src/mod_configure.erl
+++ b/src/mod_configure.erl
@@ -408,8 +408,8 @@ get_local_items(Host, ["online users"], _Server, _Lang) ->
get_local_items(Host, ["all users"], _Server, _Lang) ->
{result, get_all_vh_users(Host)};
-get_local_items(_Host, ["all users", [$@ | Diap]], _Server, _Lang) ->
- case catch ejabberd_auth:dirty_get_registered_users() of
+get_local_items(Host, ["all users", [$@ | Diap]], _Server, _Lang) ->
+ case catch ejabberd_auth:get_vh_registered_users(Host) of
{'EXIT', _Reason} ->
?ERR_INTERNAL_SERVER_ERROR;
Users ->