mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 10:25:56 +00:00
diskcache: unify naming
This commit is contained in:
@@ -260,7 +260,7 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$this->_mark_timestamp(" hook_render_cdm");
|
||||
|
||||
$line['content'] = DiskCache::rewriteUrls($line['content']);
|
||||
$line['content'] = DiskCache::rewrite_urls($line['content']);
|
||||
|
||||
$this->_mark_timestamp(" disk_cache_rewrite");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user