1
0
Fork 0

Resolved namespace trouble

This commit is contained in:
Michael Vogel 2016-01-30 16:37:18 +01:00
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);