X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FChannel.php;h=87f02b31679257cc34fb670168c326c1b018e8ba;hb=4f3d1e93e97365deac2366bfe422e8301d773a25;hp=a0dc7153892b2d615c0eff9f1873fb5121a15ea0;hpb=4d30c534d97a4bceddb8e426cb850196df7713b2;p=quix0rs-gnu-social.git diff --git a/classes/Channel.php b/classes/Channel.php index a0dc715389..87f02b3167 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; } } } @@ -115,7 +116,7 @@ class WebChannel extends Channel { } function error($user, $text) { - common_client_error($text); + common_user_error($text); } }