mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
sync pubsub_odbc with last fix
This commit is contained in:
parent
8ea41718ac
commit
c030e8e136
1 changed files with 1 additions and 1 deletions
|
@ -2704,7 +2704,7 @@ publish_item(Host, ServerHost, Node, Publisher, ItemId, Payload, Access) ->
|
|||
[#xmlel{name = <<"create">>,
|
||||
attrs = [{<<"node">>, NewNode}],
|
||||
children = []}]}]} ->
|
||||
publish_item(Host, ServerHost, list_to_binary(NewNode),
|
||||
publish_item(Host, ServerHost, NewNode,
|
||||
Publisher, ItemId, Payload);
|
||||
_ ->
|
||||
{error, ?ERR_ITEM_NOT_FOUND}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue