summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-19 09:25:36 +0400
committerAndrew Dolgov <[email protected]>2013-03-19 09:25:36 +0400
commitf0bd8e6531756b151c051f8ce5099d59408e71db (patch)
tree354b8a40671e5acaeb6431863e1be7127ca27d6f /include/rssfuncs.php
parente88c1943577993ffc661e92456b3d20c3b4ce832 (diff)
rework image caching to work without permanent article content rewriting (refs #582)
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
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);