forgot one file
This commit is contained in:
parent
3b96b0ed7c
commit
425a6edc6b
|
@ -290,7 +290,7 @@ class Feeds extends Handler_Protected {
|
||||||
while ($line = $this->dbh->fetch_assoc($result)) {
|
while ($line = $this->dbh->fetch_assoc($result)) {
|
||||||
$line["content_preview"] = "— " . truncate_string(strip_tags($line["content_preview"]),250);
|
$line["content_preview"] = "— " . truncate_string(strip_tags($line["content_preview"]),250);
|
||||||
foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_QUERY_HEADLINES) as $p) {
|
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"];
|
$id = $line["id"];
|
||||||
$feed_id = $line["feed_id"];
|
$feed_id = $line["feed_id"];
|
||||||
|
|
Loading…
Reference in New Issue