New caching system for photos

This commit is contained in:
Michael Vogel 2012-12-14 22:47:30 +01:00
parent 5635fe250c
commit 46c5a97a20
4 changed files with 29 additions and 5 deletions

View file

@ -105,6 +105,9 @@ function poller_run(&$argv, &$argc){
// clear old item cache files
clear_cache();
// clear cache for photos
clear_cache($a->get_basepath(), $a->get_basepath()."/photo");
$manual_id = 0;
$generation = 0;
$hub_update = false;