From: Andrew Dolgov Date: Thu, 24 May 2012 12:36:54 +0000 (+0400) Subject: expire files in cache/export X-Git-Tag: 1.6.0~226 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d3158e2250292d001dcb1af1780af3b941b41fbb;p=tt-rss.git expire files in cache/export --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 9c01c905..325e1a70 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -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");