24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Fix typo in update_list command (EJAB-1237)

This commit is contained in:
Badlop 2010-06-07 15:58:16 +02:00
parent 6925f388e7
commit d48b4f2438

View File

@ -99,7 +99,7 @@ commands() ->
#ejabberd_commands{name = update_list, tags = [server],
desc = "List modified modules that can be updated",
module = ?MODULE, function = update_list_modified,
module = ?MODULE, function = update_list,
args = [],
result = {modules, {list, {module, string}}}},
#ejabberd_commands{name = update, tags = [server],