And some more notices removed ... (#5533)
* Fix for vanishing notes * The field needs to be part of the selected fields ... * And some more notes ...
This commit is contained in:
committed by
Tobias Diekershoff
parent
2c0ad47dfc
commit
b552b711ee
@@ -350,6 +350,10 @@ class OStatus
|
||||
$header["origin"] = 0;
|
||||
$header["gravity"] = GRAVITY_COMMENT;
|
||||
|
||||
if (!is_object($doc->firstChild)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$first_child = $doc->firstChild->tagName;
|
||||
|
||||
if ($first_child == "feed") {
|
||||
|
||||
Reference in New Issue
Block a user