use Profile::getUri() to get a profile's URI

This commit is contained in:
Evan Prodromou 2010-09-21 06:21:47 -04:00
parent f7ec40fa42
commit 556a2a8fd8

View File

@ -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();
}
}