summaryrefslogtreecommitdiff
path: root/lib/atomnoticefeed.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-06-22 16:28:06 -0700
committerZach Copley <zach@status.net>2010-06-22 16:28:06 -0700
commit1eec7f779fc85b530907ea31deceadb2a30d7614 (patch)
tree16750d5fa88a8dcc160a15a9fc92375563a488cd /lib/atomnoticefeed.php
parent1852eae36f9ed9a57d37f2048dfbf2257c7eccb4 (diff)
- Add profile_info tag to Atom author
- Normalize xmlns:statusnet links in the API
Diffstat (limited to 'lib/atomnoticefeed.php')
-rw-r--r--lib/atomnoticefeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/atomnoticefeed.php b/lib/atomnoticefeed.php
index ef44de4b6..6ed803ce4 100644
--- a/lib/atomnoticefeed.php
+++ b/lib/atomnoticefeed.php
@@ -95,7 +95,7 @@ class AtomNoticeFeed extends Atom10Feed
$this->addNamespace(
'statusnet',
- 'http://status.net/ont/'
+ 'http://status.net/schema/api/1/'
);
}