From fa79d2c1d414d69a32c894dded368ee42fb021ca Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 12 Jun 2008 15:46:56 -0400 Subject: another copy-and-paste error darcs-hash:20080612194656-84dde-d4cc2ac343b17502adf7c6190145d5041f554420.gz --- lib/omb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omb.php b/lib/omb.php index 9428fc737..9b0b1fd24 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()) { -- cgit v1.2.3-54-g00ecf