From: Ciaran Gultnieks Date: Thu, 7 Jan 2010 21:01:07 +0000 (+0000) Subject: Correction to previous commit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=14421d9db31392c731fc6d298805f6f4fd216b8b;hp=deeaafe71239597878cb3fd78aa66314745796a3;p=quix0rs-gnu-social.git Correction to previous commit --- diff --git a/lib/jabber.php b/lib/jabber.php index 6e094c207e..a821856a8b 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -440,7 +440,7 @@ function jabber_public_notice($notice) // XXX: should we send out non-local messages if public,localonly // = false? I think not - if ($public && $notice->is_local == LOCAL_PUBLIC) { + if ($public && $notice->is_local == Notice::LOCAL_PUBLIC) { $profile = Profile::staticGet($notice->profile_id); if (!$profile) {