mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:45:57 +00:00
expire files in cache/export
This commit is contained in:
@@ -1374,7 +1374,7 @@
|
||||
}
|
||||
|
||||
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";
|
||||
|
||||
if ($debug) _debug("Expiring $cache_dir");
|
||||
|
||||
Reference in New Issue
Block a user