Merge pull request #1617 from edwardchow33/patch-1

Fix wrong parameter values in mod_muc_admin
This commit is contained in:
Evgeny Khramtsov 2017-03-18 02:40:14 +04:00 committed by GitHub
commit e56a76299c
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ create_room_with_opts(Name1, Host1, ServerHost, CustomRoomOpts) ->
HistorySize,
RoomShaper,
RoomOpts),
mod_muc:register_online_room(Host, Name, Pid),
mod_muc:register_online_room(Name, Host, Pid),
ok;
{ok, _} ->
error