fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)

This commit is contained in:
Christophe Romain 2011-09-22 20:49:56 +02:00
parent df0754ade9
commit fa08db7091
1 changed files with 1 additions and 2 deletions

View File

@ -178,8 +178,7 @@ create_node_permission(Host, ServerHost, _NodeId, _ParentNodeId, #jid{node = U,
).
create_node(NodeIdx, JID) ->
{result, _} = node_flat:create_node(NodeIdx, JID),
{result, []}.
node_flat:create_node(NodeIdx, JID).
% case node_flat:create_node(NodeIdx, JID) of
% {result, _} -> {result, []};
% Error -> Error