From 7b1547b2bd10cbd42ea61bc648cd2b38b69c7595 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Mon, 18 Aug 2008 10:29:04 +0000 Subject: Fix call to unexported function nodetree_default:get_subnodes/2 SVN Revision: 1529 --- src/mod_pubsub/node_dispatch.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mod_pubsub/node_dispatch.erl b/src/mod_pubsub/node_dispatch.erl index e710a167c..0d9e1dcd9 100644 --- a/src/mod_pubsub/node_dispatch.erl +++ b/src/mod_pubsub/node_dispatch.erl @@ -129,7 +129,7 @@ publish_item(Host, Node, Publisher, Model, MaxItems, ItemId, Payload) -> node_default:publish_item( Host, SubNode, Publisher, Model, MaxItems, ItemId, Payload) - end, nodetree_default:get_subnodes(Host, Node)). + end, nodetree_default:get_subnodes(Host, Node, Publisher)). remove_extra_items(_Host, _Node, _MaxItems, ItemIds) -> {result, {ItemIds, []}}. -- cgit v1.2.3