summaryrefslogtreecommitdiff
path: root/classes/Channel.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-10-06 01:44:25 -0400
committerEvan Prodromou <evan@controlyourself.ca>2008-10-06 01:44:25 -0400
commit2a44ee0b70b0e2b9d10c404cd1369976f43b077b (patch)
tree13bd4ca04e3776316fd747a123b3139f710279bd /classes/Channel.php
parent9bdcb37d22f81c3e86af9de2f8c5e4219011cf45 (diff)
fixup return value of XMPP channel on setting notification
darcs-hash:20081006054425-5ed1f-a241327bad9f5918606543f329a78a6832564f18.gz
Diffstat (limited to 'classes/Channel.php')
-rw-r--r--classes/Channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Channel.php b/classes/Channel.php
index 11d40d05d..87f02b316 100644
--- a/classes/Channel.php
+++ b/classes/Channel.php
@@ -86,6 +86,7 @@ class XMPPChannel extends Channel {
} else {
common_log(LOG_INFO,
'User ' . $user->nickname . ' set notify flag to ' . $notify);
+ return true;
}
}
}