mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 08:39:14 +00:00
forgot one file
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user