mirror of
https://github.com/processone/ejabberd.git
synced 2025-01-03 18:02:28 +01:00
Fix call to unexported function nodetree_default:get_subnodes/2
SVN Revision: 1529
This commit is contained in:
parent
2be5cb9b50
commit
7b1547b2bd
@ -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>
|
2008-08-17 Badlop <badlop@process-one.net>
|
||||||
|
|
||||||
* contrib/extract_translations/extract_translations.erl: Use
|
* contrib/extract_translations/extract_translations.erl: Use
|
||||||
|
@ -129,7 +129,7 @@ publish_item(Host, Node, Publisher, Model, MaxItems, ItemId, Payload) ->
|
|||||||
node_default:publish_item(
|
node_default:publish_item(
|
||||||
Host, SubNode, Publisher, Model,
|
Host, SubNode, Publisher, Model,
|
||||||
MaxItems, ItemId, Payload)
|
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) ->
|
remove_extra_items(_Host, _Node, _MaxItems, ItemIds) ->
|
||||||
{result, {ItemIds, []}}.
|
{result, {ItemIds, []}}.
|
||||||
|
Loading…
Reference in New Issue
Block a user