parent
ddacbf2c13
commit
2830be25ea
|
@ -1892,13 +1892,8 @@ class OStatus
|
||||||
|
|
||||||
XML::addElement($doc, $entry, "content", $body, array("type" => "html"));
|
XML::addElement($doc, $entry, "content", $body, array("type" => "html"));
|
||||||
|
|
||||||
XML::addElement(
|
XML::addElement($doc, $entry, "link", "", array("rel" => "alternate", "type" => "text/html",
|
||||||
$doc,
|
"href" => System::baseUrl()."/display/".$item["guid"])
|
||||||
$entry,
|
|
||||||
"link",
|
|
||||||
"",
|
|
||||||
array("rel" => "alternate", "type" => "text/html",
|
|
||||||
"href" => System::baseUrl()."/display/".$item["guid"])
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($complete && ($item["id"] > 0)) {
|
if ($complete && ($item["id"] > 0)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user