summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 19:25:15 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 19:25:15 +0400
commit48cb253625370aead169be64fbf6b8f025f0fbbc (patch)
tree15b727ee2e766271347844ac02fa606ff7878470 /include
parentd10e0993b5afba5e50e2dada02f910d12ce67496 (diff)
get_article_filter: fix missing argument
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index bebc1c1f9..537a4c338 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) {