use fallback URIs for groups when filling in attention in Notice::asActivity()

This commit is contained in:
Evan Prodromou 2011-02-17 10:51:00 -05:00
parent 39c6e34098
commit ccdd47bdb4
1 changed files with 1 additions and 1 deletions

View File

@ -1333,7 +1333,7 @@ class Notice extends Memcached_DataObject
$groups = $this->getGroups();
foreach ($groups as $group) {
$ctx->attention[] = $group->uri;
$ctx->attention[] = $group->getUri();
}
// XXX: deprecated; use ActivityVerb::SHARE instead