Add PoCo namespace to optional ns output in Notice::asAtomEntry()

This commit is contained in:
Zach Copley 2010-02-22 17:56:43 -08:00
parent 1f859e72a2
commit 89dc6dee01
1 changed files with 1 additions and 0 deletions

View File

@ -1067,6 +1067,7 @@ class Notice extends Memcached_DataObject
'xmlns:thr' => 'http://purl.org/syndication/thread/1.0',
'xmlns:georss' => 'http://www.georss.org/georss',
'xmlns:activity' => 'http://activitystrea.ms/spec/1.0/',
'xmlns:poco' => 'http://portablecontacts.net/spec/1.0',
'xmlns:ostatus' => 'http://ostatus.org/schema/1.0');
} else {
$attrs = array();