]> git.wh0rd.org - tt-rss.git/commitdiff
simplepie: try to unset() rss object after update
authorAndrew Dolgov <fox@madoka.spb.ru>
Wed, 24 Oct 2007 07:00:05 +0000 (08:00 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Wed, 24 Oct 2007 07:00:05 +0000 (08:00 +0100)
functions.php

index 15f6843b968df97c281b05ef31d656415899326b..23e028a344ee681a5ea506a7071dc1b24567e119 100644 (file)
                                        last_updated = NOW() WHERE id = '$feed'");
                }
 
+               if (ENABLE_SIMPLEPIE) {
+                       unset($rss);
+               }
+
                if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
                        _debug("update_rss_feed: done");
                }