24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +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 d4ec7a2f01
commit a7924adee9

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],