]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost else
authorEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 05:35:32 +0000 (01:35 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 05:35:32 +0000 (01:35 -0400)
darcs-hash:20080716053532-84dde-0a53cc573ee9a0c20ff88e011d83f15e60f7c825.gz

lib/jabber.php

index b0dc24bd0dfdab0a5f775dbcdfd2d7dc5ac0cba1..cb30fc0234b2968caeb049786012aec1d023c088 100644 (file)
@@ -238,6 +238,7 @@ function jabber_broadcast_notice($notice) {
                                $success = jabber_send_notice($user->jabber, $notice);
                                if ($success) {
                                        $sent_to[$user->id] = true;
+                               } else {
                                        # XXX: Not sure, but I think that's the right thing to do
                                        return false;
                                }