mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
sync pubsub_odbc with last fix
This commit is contained in:
parent
8ea41718ac
commit
c030e8e136
@ -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…
Reference in New Issue
Block a user