Fix RDF feed support in FeedParser.

This commit is contained in:
wn_
2024-11-26 16:45:03 +00:00
parent aaeabbc961
commit d85bdcfd78

View File

@@ -79,7 +79,7 @@ class FeedParser {
default => null,
};
if (!$this->type) {
if ($this->type === null) {
$this->error ??= 'Unknown/unsupported feed type';
return;
}