mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
WebAdmin: Fix link to displayed group when it is from another vhost
This commit is contained in:
parent
73dbc01c2e
commit
e34c1ebcba
1 changed files with 1 additions and 1 deletions
|
@ -2285,7 +2285,7 @@ make_result(Binary,
|
||||||
First = proplists:get_value(first, ArgumentsUsed),
|
First = proplists:get_value(first, ArgumentsUsed),
|
||||||
Second = proplists:get_value(second, ArgumentsUsed),
|
Second = proplists:get_value(second, ArgumentsUsed),
|
||||||
FirstUrlencoded =
|
FirstUrlencoded =
|
||||||
hd(string:replace(
|
list_to_binary(string:replace(
|
||||||
misc:url_encode(First), "%40", "@")),
|
misc:url_encode(First), "%40", "@")),
|
||||||
{GroupId, Host} =
|
{GroupId, Host} =
|
||||||
case jid:decode(FirstUrlencoded) of
|
case jid:decode(FirstUrlencoded) of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue