1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 05:05:55 +00:00

remove cache/simplepie

This commit is contained in:
Andrew Dolgov
2018-11-23 12:31:47 +03:00
parent bc42dfb790
commit 2d54eb1a87
2 changed files with 1 additions and 1 deletions

View File

View File

@@ -1304,7 +1304,7 @@ class RSSUtils {
} }
static function expire_cached_files($debug) { 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"; $cache_dir = CACHE_DIR . "/$dir";
// if ($debug) _debug("Expiring $cache_dir"); // if ($debug) _debug("Expiring $cache_dir");