and now for something completely different: A removed notice

This commit is contained in:
Michael 2018-08-30 04:05:32 +00:00
parent c7f8f190b9
commit 02da827560
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class OStatus
$header["origin"] = 0;
$header["gravity"] = GRAVITY_COMMENT;
if (!is_object($doc->firstChild)) {
if (!is_object($doc->firstChild) || empty($doc->firstChild->tagName)) {
return false;
}