Fix call to unexported function nodetree_default:get_subnodes/2
authorChristophe Romain <christophe.romain@process-one.net>
Mon, 18 Aug 2008 10:29:04 +0000 (10:29 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Mon, 18 Aug 2008 10:29:04 +0000 (10:29 +0000)
SVN Revision: 1529

ChangeLog
src/mod_pubsub/node_dispatch.erl

index a6f8fe2941d28a25d241cf12ba5eb4734e2406ff..22e318f3572c2f81e08edc29e5e1cac9b0339cb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-18  Christophe Romain <christophe.romain@process-one.net>
+
+       * src/mod_pubsub/node_dispatch.erl: Fix call to unexported function
+       nodetree_default:get_subnodes/2
+
 2008-08-17  Badlop  <badlop@process-one.net>
 
        * contrib/extract_translations/extract_translations.erl: Use
index e710a167cb6ccb6ffb0d5dc04f1ee5ebaede15d7..0d9e1dcd9259255b20fcc5f2400d5714479ca5a1 100644 (file)
@@ -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, []}}.