diff options
author | Christophe Romain <chris.romain@gmail.com> | 2010-03-08 15:40:08 +0100 |
---|---|---|
committer | Christophe Romain <chris.romain@gmail.com> | 2010-03-08 15:40:08 +0100 |
commit | df63fcd353801f1b830bfd19d9f4d0f49381f194 (patch) | |
tree | 419c5a0dab1a3897b4395cf2b2b2c0615a4c4683 /src/mod_pubsub/mod_pubsub_odbc.erl | |
parent | allow sending PEP to bare jid on s2s (diff) |
typo fix on previous pubsub patch
Diffstat (limited to 'src/mod_pubsub/mod_pubsub_odbc.erl')
-rw-r--r-- | src/mod_pubsub/mod_pubsub_odbc.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_pubsub/mod_pubsub_odbc.erl b/src/mod_pubsub/mod_pubsub_odbc.erl index 9acebf45c..a6dca0035 100644 --- a/src/mod_pubsub/mod_pubsub_odbc.erl +++ b/src/mod_pubsub/mod_pubsub_odbc.erl @@ -2921,6 +2921,7 @@ broadcast_stanza({LUser, LServer, LResource}, Publisher, Node, NodeId, Type, Nod end, [{U, S, R} || R <- user_resources(U, S)]); false -> ejabberd_router:route(Sender, jlib:make_jid(U, S, ""), StanzaToSend) + end end) end, Contacts); _ -> |