simplepie: try to unset() rss object after update
This commit is contained in:
parent
02ceed6e07
commit
ac6ebdb38a
1 changed files with 4 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue