summaryrefslogtreecommitdiff
path: root/lib/omb.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-12 15:46:56 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-12 15:46:56 -0400
commitfa79d2c1d414d69a32c894dded368ee42fb021ca (patch)
tree96662811a8e7fc4d1b00eb59dd8567c09c621371 /lib/omb.php
parent3491bb2df7f7c823b68bcde9359ad5d43146dfa7 (diff)
another copy-and-paste error
darcs-hash:20080612194656-84dde-d4cc2ac343b17502adf7c6190145d5041f554420.gz
Diffstat (limited to 'lib/omb.php')
-rw-r--r--lib/omb.php2
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()) {