summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 15f6843b9..23e028a34 100644
--- a/functions.php
+++ b/functions.php
@@ -1170,6 +1170,10 @@
last_updated = NOW() WHERE id = '$feed'");
}
+ if (ENABLE_SIMPLEPIE) {
+ unset($rss);
+ }
+
if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
_debug("update_rss_feed: done");
}