diff --git a/classes/rssutils.php b/classes/rssutils.php index 385ab31e6..53ad694a8 100755 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -1526,6 +1526,8 @@ class RSSUtils { $match = @preg_match("/$reg_exp/iu", $author); break; case "tag": + array_push($tags, ''); // allow matching if there are no tags + foreach ($tags as $tag) { if (@preg_match("/$reg_exp/iu", $tag)) { $match = true;