* fixed not working automatic install (stalls after installing core apps, because existing tables get NOT refreshed)

This commit is contained in:
Ralf Becker 2010-12-01 11:27:33 +00:00
parent 2eda1476cf
commit c9fcff4026

View File

@ -56,7 +56,7 @@ class setup_detection
$GLOBALS['egw_setup']->set_table_names();
if($GLOBALS['egw_setup']->table_exist(array($GLOBALS['egw_setup']->applications_table)))
if($GLOBALS['egw_setup']->table_exist(array($GLOBALS['egw_setup']->applications_table),true))
{
/* one of these tables exists. checking for post/pre beta version */
if($GLOBALS['egw_setup']->applications_table != 'applications')