From f0bd8e6531756b151c051f8ce5099d59408e71db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Mar 2013 09:25:36 +0400 Subject: rework image caching to work without permanent article content rewriting (refs #582) --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rssfuncs.php') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 1180b0adb..df1d16986 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -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); -- cgit v1.2.3-54-g00ecf