]> granicus.if.org Git - ejabberd/commitdiff
pubsub dirty_sync typo fix on node configuration transaction
authorChristophe Romain <christophe.romain@process-one.net>
Fri, 25 Jan 2008 10:17:59 +0000 (10:17 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Fri, 25 Jan 2008 10:17:59 +0000 (10:17 +0000)
SVN Revision: 1159

src/mod_pubsub/mod_pubsub.erl

index a0a864c6d056cd522da3b763a1c434720eec3ad7..12ea98cba3a6f7cb607ca54f2cafe78884e1f1f7 100644 (file)
@@ -2233,7 +2233,7 @@ broadcast_config_notification(Host, Node, Lang) ->
                        end
                end
        end,
-    transaction(Host, Node, Action, dirty_sync).
+    transaction(Host, Node, Action, sync_dirty).
 
 %TODO: simplify broadcast_* using a generic function like that:
 %broadcast(Host, Node, Fun) ->