X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Frssfuncs.php;h=669b28e447bbe24065b08f80babb88953712db1f;hb=fd3e5e8da4f074225fa1c4995230b0da9aaf9812;hp=476d12be5764c98442eb973ac344f36651aa40f8;hpb=15c0bca0e5797cbedecc269d52dd6e923deef7b3;p=tt-rss.git diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 476d12be..669b28e4 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1405,7 +1405,7 @@ array_push($matches, $action); // if Stop action encountered, perform no further processing - if ($action["type"] == "stop") return $matches; + if (isset($action["type"]) && $action["type"] == "stop") return $matches; } } }