mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 15:51:28 +00:00
rework image caching to work without permanent article content rewriting (refs #582)
This commit is contained in:
@@ -581,7 +581,7 @@
|
||||
}
|
||||
|
||||
if ($cache_images && is_writable(CACHE_DIR . '/images'))
|
||||
$entry_content = cache_images($entry_content, $site_url, $debug_enabled);
|
||||
cache_images($entry_content, $site_url, $debug_enabled);
|
||||
|
||||
$entry_content = db_escape_string($entry_content, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user