From: Andrew Dolgov Date: Wed, 17 Apr 2013 15:25:15 +0000 (+0400) Subject: get_article_filter: fix missing argument X-Git-Tag: 1.7.9~25^2~160 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=48cb253625370aead169be64fbf6b8f025f0fbbc;p=tt-rss.git get_article_filter: fix missing argument --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index bebc1c1f..537a4c33 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -595,6 +595,7 @@ } if ($debug_enabled) { + _debug("update_rss_feed: author $entry_author"); _debug("update_rss_feed: num_comments: $num_comments"); _debug("update_rss_feed: looking for tags [1]..."); } @@ -1284,7 +1285,7 @@ return $params; } - function get_article_filters($filters, $title, $content, $timestamp, $author, $tags) { + function get_article_filters($filters, $title, $content, $link, $timestamp, $author, $tags) { $matches = array(); foreach ($filters as $filter) {