diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-12 15:46:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-12 15:46:56 -0400 |
commit | fa79d2c1d414d69a32c894dded368ee42fb021ca (patch) | |
tree | 96662811a8e7fc4d1b00eb59dd8567c09c621371 | |
parent | 3491bb2df7f7c823b68bcde9359ad5d43146dfa7 (diff) |
another copy-and-paste error
darcs-hash:20080612194656-84dde-d4cc2ac343b17502adf7c6190145d5041f554420.gz
-rw-r--r-- | lib/omb.php | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |