mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 20:55:56 +00:00
classes/opml: fix indentation; when importing, don't produce warning
on filters with no rules defined.
This commit is contained in:
@@ -409,7 +409,7 @@ class OPML extends Handler_Protected {
|
||||
$feed_id = null;
|
||||
$cat_id = null;
|
||||
|
||||
if ($rule["match"]) {
|
||||
if ($rule["match"] ?? false) {
|
||||
|
||||
$match_on = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user