25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-22 17:28:25 +01:00

Fix disco#items on PEP service

This commit is contained in:
Christophe Romain 2017-08-01 15:15:01 +02:00
parent 636d68e0a9
commit 0ba6c78ed0

View File

@ -612,7 +612,7 @@ disco_items(Host, <<>>, From) ->
jid = jid:make(Host),
name = case get_option(Options, title) of
false -> <<>>;
[Title] -> Title
Title -> Title
end} | Acc];
_ ->
Acc