add strongly-suggested link to Profile::asActivityNoun()

This commit is contained in:
Evan Prodromou 2010-02-22 07:40:20 -05:00
parent 074e3fa895
commit fae5a15a88

View File

@ -818,6 +818,10 @@ class Profile extends Memcached_DataObject
// title should contain fullname
$xs->element('title', null, $this->getBestName());
$xs->element('link', array('rel' => 'alternate',
'type' => 'text/html'),
$this->profileurl);
// Portable Contacts stuff
if (isset($this->bio)) {