mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Fixed wrong parameter values in mod_muc_admin
Corrected wrong parameter values passing to register_online_room(Room, Host, Pid) of mod_muc
This commit is contained in:
parent
91245141e9
commit
c5af421cee
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ create_room_with_opts(Name1, Host1, ServerHost, CustomRoomOpts) ->
|
||||||
HistorySize,
|
HistorySize,
|
||||||
RoomShaper,
|
RoomShaper,
|
||||||
RoomOpts),
|
RoomOpts),
|
||||||
mod_muc:register_online_room(Host, Name, Pid),
|
mod_muc:register_online_room(Name, Host, Pid),
|
||||||
ok;
|
ok;
|
||||||
{ok, _} ->
|
{ok, _} ->
|
||||||
error
|
error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue