fix 404 on pep first publishing with odbc

This commit is contained in:
vesvalo 2014-08-21 11:23:58 +04:00
parent 4a9417c501
commit c48b7f272b
1 changed files with 1 additions and 1 deletions

View File

@ -2315,7 +2315,7 @@ create_node(Host, ServerHost, Node, Owner, GivenType, Access, Configuration) ->
{result, Reply};
{result, {NodeId, _SubsByDepth, Result}} ->
ejabberd_hooks:run(pubsub_create_node, ServerHost, [ServerHost, Host, Node, NodeId, NodeOptions]),
{result, Result};
{result, Reply};
Error ->
%% in case we change transaction to sync_dirty...
%% node_call(Type, delete_node, [Host, Node]),