]> git.wh0rd.org - tt-rss.git/commitdiff
forgot one file
authorjustauser <justausr@hotmail.com>
Wed, 10 Jul 2013 08:24:29 +0000 (04:24 -0400)
committerjustauser <justausr@hotmail.com>
Wed, 10 Jul 2013 08:24:29 +0000 (04:24 -0400)
classes/feeds.php

index ccc0548db07d12dc81fa159a7bdb422814cd15cd..c5c120ed746ab8e4123d0865dfe7b8c0fee1b347 100644 (file)
@@ -290,7 +290,7 @@ class Feeds extends Handler_Protected {
                        while ($line = $this->dbh->fetch_assoc($result)) {
                                $line["content_preview"] =  "&mdash; " . truncate_string(strip_tags($line["content_preview"]),250);
                                foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_QUERY_HEADLINES) as $p) {
-                                       $line = $p->hook_query_headlines($line, 250);
+                                       $line = $p->hook_query_headlines($line, 250, false);
                                }
                                $id = $line["id"];
                                $feed_id = $line["feed_id"];