mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)
This commit is contained in:
parent
df0754ade9
commit
fa08db7091
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user