diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-05-24 16:36:54 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-05-24 16:36:54 +0400 |
| commit | d3158e2250292d001dcb1af1780af3b941b41fbb (patch) | |
| tree | 1c402340fd740215045783f943dd1885ae09fa9f /include/rssfuncs.php | |
| parent | 382268c6c9f778e7b435ee69c56a9407d9e8dcc2 (diff) | |
expire files in cache/export
Diffstat (limited to 'include/rssfuncs.php')
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 9c01c9056..325e1a702 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"); |