diff options
author | Friendika <info@friendika.com> | 2011-07-20 23:14:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-20 23:14:43 -0700 |
commit | 1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74 (patch) | |
tree | 2f061ee489e1e8224c3ef61bb07088f2ec2b1fea /boot.php | |
parent | 530722568281188f262c5da5fcc8020528f1a3ac (diff) | |
download | volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.tar.gz volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.tar.bz2 volse-hubzilla-1d7d4bf8c6dcd8d3d70129d5a09228a62851cc74.zip |
wrong path for salmon verify
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ define ( 'NAMESPACE_POCO', 'http://portablecontacts.net/spec/1.0' ); define ( 'NAMESPACE_FEED', 'http://schemas.google.com/g/2010#updates-from' ); define ( 'NAMESPACE_OSTATUS', 'http://ostatus.org/schema/1.0' ); define ( 'NAMESPACE_STATUSNET', 'http://status.net/schema/api/1/' ); - +define ( 'NAMESPACE_ATOM1', 'http://www.w3.org/2005/Atom' ); /** * activity stream defines */ |