Resolved namespace trouble

This commit is contained in:
Michael Vogel
2016-01-30 16:37:18 +01:00
parent eb17fe7324
commit 3ea5706d16
2 changed files with 2 additions and 11 deletions

View File

@@ -383,7 +383,7 @@ class dfrn {
if ($alternatelink == "")
$alternatelink = $owner['url'];
$root = $doc->createElementNS(NS_ATOM, 'feed');
$root = $doc->createElementNS(NAMESPACE_ATOM1, 'feed');
$doc->appendChild($root);
$root->setAttribute("xmlns:thr", NAMESPACE_THREAD);