mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:25:56 +00:00
move rewrite_cached_urls to DiskCache::rewriteUrls()
This commit is contained in:
@@ -307,7 +307,7 @@ class Feeds extends Handler_Protected {
|
||||
$line = $p->hook_render_article_cdm($line);
|
||||
}
|
||||
|
||||
$line['content'] = rewrite_cached_urls($line['content']);
|
||||
$line['content'] = DiskCache::rewriteUrls($line['content']);
|
||||
|
||||
if ($line['note'])
|
||||
$line['note'] = Article::format_article_note($id, $line['note']);
|
||||
|
||||
Reference in New Issue
Block a user