Index: branches/5.2.x/core/kernel/managers/cache_manager.php =================================================================== diff -u -N -r14787 -r14811 --- branches/5.2.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 14787) +++ branches/5.2.x/core/kernel/managers/cache_manager.php (.../cache_manager.php) (revision 14811) @@ -1,6 +1,6 @@ configVariables[$name]; } - if ( defined('IS_INSTALL') && IS_INSTALL && !$this->Application->TableFound('ConfigurationValues') ) { + if ( defined('IS_INSTALL') && IS_INSTALL && !$this->Application->TableFound('ConfigurationValues', true) ) { return false; }