sync pubsub_odbc with last fix

This commit is contained in:
Christophe Romain 2013-06-18 12:23:32 +02:00
parent 8ea41718ac
commit c030e8e136
1 changed files with 1 additions and 1 deletions

View File

@ -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}