1
0
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:
Andrew Dolgov
2013-03-19 09:25:36 +04:00
parent e88c194357
commit f0bd8e6531
3 changed files with 40 additions and 12 deletions

View File

@@ -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);