diff options
author | Zach Copley <zach@status.net> | 2010-02-16 16:22:58 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-16 16:22:58 -0800 |
commit | c892726c80b4e466b2bbad0f7b396cf0c7a137d9 (patch) | |
tree | 015b28c37e1241f1601171b78fb65ea71f40d319 /classes/Notice.php | |
parent | 014a32e6b873291bcd289a1ed25759a7a29221d7 (diff) |
Take remote profiles into account when looking up canonical profile URIs
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 73b22d58a..f184b9c52 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1036,7 +1036,7 @@ class Notice extends Memcached_DataObject $xs->element( 'link', array( 'rel' => 'ostatus:attention', - 'href' => $profile->getAcctUri() + 'href' => $profile->getUri() ) ); } |