Index: branches/5.2.x/core/install/install_toolkit.php =================================================================== diff -u -N -r16753 -r16772 --- branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 16753) +++ branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 16772) @@ -1,6 +1,6 @@ systemConfig->get('CacheHandler', 'Misc'); } - $cache_handler = $this->Application->makeClass('kCache'); + $max_cache_duration = 60 * 60 * 24 * $this->systemConfig->get('MaxCacheDuration', 'Misc'); + $cache_handler = $this->Application->makeClass('kCache', array($max_cache_duration)); $cache_handlers = Array ( 'Fake' => 'None',