diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-16 01:35:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-16 01:35:32 -0400 |
commit | 9e5a8b7e1fe2e0dbb4f0d7e0021e155f4f6ecb18 (patch) | |
tree | c9f2d59a540885293f20bc035584646e6e745af8 /lib | |
parent | 8b1bf1e38cd39db084f5c14ed2b625c22897de70 (diff) |
lost else
darcs-hash:20080716053532-84dde-0a53cc573ee9a0c20ff88e011d83f15e60f7c825.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/jabber.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jabber.php b/lib/jabber.php index b0dc24bd0..cb30fc023 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -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; } |