fixup return value of XMPP channel on setting notification

darcs-hash:20081006054425-5ed1f-a241327bad9f5918606543f329a78a6832564f18.gz
This commit is contained in:
Evan Prodromou 2008-10-06 01:44:25 -04:00
parent 9bdcb37d22
commit 2a44ee0b70
1 changed files with 1 additions and 0 deletions

View File

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