diff options
author | Zach Copley <zach@status.net> | 2010-02-22 17:56:43 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-22 17:56:43 -0800 |
commit | 89dc6dee01b08a2dc529449e6006fe772d46b72d (patch) | |
tree | 174c7ff482dc93526a0a598260a3819808c142e3 /classes/Notice.php | |
parent | 1f859e72a205807ca15cc8e22e82e8e112979de9 (diff) |
Add PoCo namespace to optional ns output in Notice::asAtomEntry()
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 92d959dc5..e8d5c45cb 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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(); |