From: Evan Prodromou Date: Thu, 12 Jun 2008 19:46:56 +0000 (-0400) Subject: another copy-and-paste error X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fa79d2c1d414d69a32c894dded368ee42fb021ca;p=quix0rs-gnu-social.git another copy-and-paste error darcs-hash:20080612194656-84dde-d4cc2ac343b17502adf7c6190145d5041f554420.gz --- diff --git a/lib/omb.php b/lib/omb.php index 9428fc7371..9b0b1fd24e 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -184,7 +184,7 @@ function omb_broadcast_profile($profile) { # First, get remote users subscribed to this profile # XXX: use a join here rather than looping through results $sub = new Subscription(); - $sub->subscribed = $notice->profile_id; + $sub->subscribed = $profile->id; if ($sub->find()) { $updated = array(); while ($sub->fetch()) {