expire files in cache/export
This commit is contained in:
parent
382268c6c9
commit
d3158e2250
|
@ -1374,7 +1374,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function expire_cached_files($debug) {
|
function expire_cached_files($debug) {
|
||||||
foreach (array("magpie", "simplepie", "images") as $dir) {
|
foreach (array("magpie", "simplepie", "images", "export") 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