another copy-and-paste error

darcs-hash:20080612194656-84dde-d4cc2ac343b17502adf7c6190145d5041f554420.gz
This commit is contained in:
Evan Prodromou 2008-06-12 15:46:56 -04:00
parent 3491bb2df7
commit fa79d2c1d4
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {