]> granicus.if.org Git - ejabberd/commitdiff
typo fix
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 27 Aug 2009 09:44:03 +0000 (09:44 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 27 Aug 2009 09:44:03 +0000 (09:44 +0000)
SVN Revision: 2549

src/mod_pubsub/mod_pubsub_odbc.erl

index 31ff479c62845b54071e89c5bca84b506a72ab2e..bf8ece3e76170930316cab59654af43c40523602 100644 (file)
@@ -1093,7 +1093,7 @@ iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, Access, Plugins) ->
 
 iq_pubsub_owner(Host, ServerHost, From, IQType, SubEl, Lang) ->
     {xmlelement, _, _, SubEls} = SubEl,
-    Action = lists:filter(fun({xmlelement, "set", _, _}) -> false
+    Action = lists:filter(fun({xmlelement, "set", _, _}) -> false;
                             (_) -> true
                        end, xml:remove_cdata(SubEls)),
     case Action of