mirror of
https://github.com/friendica/friendica
synced 2025-02-08 20:18:51 +00:00
Removed unneeded comment
This commit is contained in:
parent
884c75a350
commit
c574c317ef
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ class ostatus {
|
||||||
if (!isset($item["object-type"])) {
|
if (!isset($item["object-type"])) {
|
||||||
$item["object-type"] = $xpath->query('activity:object-type/text()', $activityobjects)->item(0)->nodeValue;
|
$item["object-type"] = $xpath->query('activity:object-type/text()', $activityobjects)->item(0)->nodeValue;
|
||||||
}
|
}
|
||||||
// Quickfix to read attachments
|
|
||||||
$enclosures = $xpath->query("atom:link[@rel='alternate']", $activityobjects);
|
$enclosures = $xpath->query("atom:link[@rel='alternate']", $activityobjects);
|
||||||
if ($enclosures) {
|
if ($enclosures) {
|
||||||
foreach ($enclosures AS $link) {
|
foreach ($enclosures AS $link) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue