]> git.wh0rd.org Git - tt-rss.git/commitdiff
expire files in cache/export
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 24 May 2012 12:36:54 +0000 (16:36 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 24 May 2012 12:36:54 +0000 (16:36 +0400)
include/rssfuncs.php

index 9c01c9056b22e476b255109c727024e834403708..325e1a70230e432af979771aa254f2c73cb9fa89 100644 (file)
        }
 
        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");