mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 00:05:56 +00:00
move rewrite_cached_urls to DiskCache::rewriteUrls()
This commit is contained in:
@@ -382,7 +382,7 @@ class Handler_Public extends Handler {
|
||||
$line = $p->hook_render_article($line);
|
||||
}
|
||||
|
||||
$line['content'] = rewrite_cached_urls($line['content']);
|
||||
$line['content'] = DiskCache::rewriteUrls($line['content']);
|
||||
|
||||
$enclosures = Article::get_article_enclosures($line["id"]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user