diff options
author | Brion Vibber <brion@pobox.com> | 2010-02-23 01:58:49 +0000 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-02-23 01:58:49 +0000 |
commit | 55f83fe51674fdca01d1eaa8a171c387139890fc (patch) | |
tree | 36efd38da25e9816b91f08178051e08c23fe0604 | |
parent | 193448d1be53e27232477bed4d3fa7c2c6f39fbf (diff) | |
parent | 89dc6dee01b08a2dc529449e6006fe772d46b72d (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
-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(); |