summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/rssfuncs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index bc3cad704..b20c7958c 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -562,7 +562,7 @@
_debug("update_rss_feed: base guid [$entry_guid] not found");
}
- if ($cache_content) {
+ if (defined('_FEEDS_CONTENT_CACHE') && _FEEDS_CONTENT_CACHE && $cache_content) {
if ($debug_enabled) {
_debug("update_rss_feed: caching content (initial)...");
}
@@ -796,7 +796,7 @@
$cached_content_needs_update = true;
}
- if ($cache_content) {
+ if (defined('_FEEDS_CONTENT_CACHE') && _FEEDS_CONTENT_CACHE && $cache_content) {
if ($debug_enabled) {
_debug("update_rss_feed: caching content because original checksum changed...");
}