simplepie: try to unset() rss object after update
This commit is contained in:
parent
02ceed6e07
commit
ac6ebdb38a
|
@ -1170,6 +1170,10 @@
|
||||||
last_updated = NOW() WHERE id = '$feed'");
|
last_updated = NOW() WHERE id = '$feed'");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ENABLE_SIMPLEPIE) {
|
||||||
|
unset($rss);
|
||||||
|
}
|
||||||
|
|
||||||
if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
|
if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
|
||||||
_debug("update_rss_feed: done");
|
_debug("update_rss_feed: done");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue