Resolved namespace trouble
This commit is contained in:
parent
eb17fe7324
commit
3ea5706d16
2 changed files with 2 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue