mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 06:41:23 +02:00
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…
x
Reference in New Issue
Block a user