summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 0539ca3b1..04dcd24cd 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1255,7 +1255,7 @@ class Notice extends Memcached_DataObject
foreach ($reply_ids as $id) {
$profile = Profile::staticGet('id', $id);
if (!empty($profile)) {
- $ctx->attention[] = $profile->uri;
+ $ctx->attention[] = $profile->getUri();
}
}