lost else

darcs-hash:20080716053532-84dde-0a53cc573ee9a0c20ff88e011d83f15e60f7c825.gz
This commit is contained in:
Evan Prodromou 2008-07-16 01:35:32 -04:00
parent 8b1bf1e38c
commit 9e5a8b7e1f
1 changed files with 1 additions and 0 deletions

View 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;
}