]> git.wh0rd.org - tt-rss.git/blobdiff - include/rssfuncs.php
get_article_filters: check if action.type is set
[tt-rss.git] / include / rssfuncs.php
index 476d12be5764c98442eb973ac344f36651aa40f8..669b28e447bbe24065b08f80babb88953712db1f 100644 (file)
                                        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;
                                }
                        }
                }