diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 6e8232f5ad..9bb19a69b2 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -924,15 +924,9 @@ class common $app_map[$name] = egw_vfs::download_url($img); } } - } - else if ($dir) - { - // No access to the VFS, don't cache for everyone or custom icons - // will be missing. Just cache for current session. - $cache_level = egw_cache::SESSION; + egw_cache::setInstance(__CLASS__, $cache_name, $map, 86400); // cache for one day } //error_log(__METHOD__."('$template_set') took ".(microtime(true)-$starttime).' secs'); - egw_cache::setCache($cache_level,__CLASS__, $cache_name, $map, 86400); // cache for one day //echo "

template_set=".array2string($template_set)."

\n"; _debug_array($map); return $map; }