Fix RDF feed support in FeedParser.
This commit is contained in:
@@ -79,7 +79,7 @@ class FeedParser {
|
||||
default => null,
|
||||
};
|
||||
|
||||
if (!$this->type) {
|
||||
if ($this->type === null) {
|
||||
$this->error ??= 'Unknown/unsupported feed type';
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user