1 new commit in mtrack:
https://bitbucket.org/wez/mtrack/changeset/6bcba41889b8/
changeset: 6bcba41889b8
user: wez
date: 2012-05-07 01:54:09
summary: fix cache maintainer (thanks Theo)
affected #: 1 file
diff -r 787790ee3f2f4a1259c6f1dc654ed599f24a8e07 -r 6bcba41889b8ab152552b87e75a315e4d0c741f8 inc/cache.php
--- a/inc/cache.php
+++ b/inc/cache.php
@@ -32,7 +32,7 @@
$max_cache_life = 14 * 86400;
}
}
- mtrack_cache_maintain_dir($cachedir);
+ mtrack_cache_maintain_dir($cachedir, $max_cache_life);
}
function mtrack_cache_blow_all()
Repository URL:
https://bitbucket.org/wez/mtrack/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.