add PoCo preferredUsername for nickname in Profile::asActivityNoun()

This commit is contained in:
Evan Prodromou 2010-02-22 07:43:12 -05:00
parent fae5a15a88
commit b79d4ed6a1

View File

@ -822,6 +822,8 @@ class Profile extends Memcached_DataObject
'type' => 'text/html'),
$this->profileurl);
$xs->element('poco:preferredUsername', null, $this->nickname);
// Portable Contacts stuff
if (isset($this->bio)) {