summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-06-04 13:26:25 -0400
committerEvan Prodromou <evan@status.net>2010-06-04 13:26:25 -0400
commitcbdeb6fb8f663bb3be5c161e1c605f12fc4878a6 (patch)
treeb3c2cf566d96058d7b7d5ff3cc1493ca412a3d75
parentf1ea678aae968c63e9f32adfe1b6da386adb3304 (diff)
parent1a44d4272f5439b99ac34084e7fcb16a5c4b3f2f (diff)
Merge branch 'master' of gitorious.org:statusnet/mainline
-rw-r--r--classes/Notice.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 3d7d21533..0838ca2a2 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1252,6 +1252,8 @@ class Notice extends Memcached_DataObject
if (!empty($cur)) {
$noticeInfoAttr['favorite'] = ($cur->hasFave($this)) ? "true" : "false";
+ $profile = $cur->getProfile();
+ $noticeInfoAttr['repeated'] = ($profile->hasRepeated($this->id)) ? "true" : "false";
}
if (!empty($this->repeat_of)) {