mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
remove cache/simplepie
This commit is contained in:
0
cache/simplepie/.empty
vendored
0
cache/simplepie/.empty
vendored
@@ -1304,7 +1304,7 @@ class RSSUtils {
|
||||
}
|
||||
|
||||
static function expire_cached_files($debug) {
|
||||
foreach (array("simplepie", "feeds", "images", "export", "upload") as $dir) {
|
||||
foreach (array("feeds", "images", "export", "upload") as $dir) {
|
||||
$cache_dir = CACHE_DIR . "/$dir";
|
||||
|
||||
// if ($debug) _debug("Expiring $cache_dir");
|
||||
|
||||
Reference in New Issue
Block a user