remove cache/simplepie
This commit is contained in:
parent
bc42dfb790
commit
2d54eb1a87
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue