forgot one file

This commit is contained in:
justauser 2013-07-10 04:24:29 -04:00
parent 3b96b0ed7c
commit 425a6edc6b
1 changed files with 1 additions and 1 deletions

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"];