]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fixup return value of XMPP channel on setting notification
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 6 Oct 2008 05:44:25 +0000 (01:44 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 6 Oct 2008 05:44:25 +0000 (01:44 -0400)
darcs-hash:20081006054425-5ed1f-a241327bad9f5918606543f329a78a6832564f18.gz

classes/Channel.php

index 11d40d05d553f23b8c84c39d94b68a3c369a83b4..87f02b31679257cc34fb670168c326c1b018e8ba 100644 (file)
@@ -86,6 +86,7 @@ class XMPPChannel extends Channel {
                } else {
                        common_log(LOG_INFO,
                                           'User ' . $user->nickname . ' set notify flag to ' . $notify);
+                       return true;
                }
        }
 }