1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

forgot one file

This commit is contained in:
justauser 2013-07-10 04:24:29 -04:00
parent 3b96b0ed7c
commit 425a6edc6b

View File

@ -290,7 +290,7 @@ class Feeds extends Handler_Protected {
while ($line = $this->dbh->fetch_assoc($result)) {
$line["content_preview"] = "— " . 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"];