mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 21:31:30 +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;
|
$feed_id = null;
|
||||||
$cat_id = null;
|
$cat_id = null;
|
||||||
|
|
||||||
if ($rule["match"]) {
|
if ($rule["match"] ?? false) {
|
||||||
|
|
||||||
$match_on = [];
|
$match_on = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user