fix bug on failed install of new instances

This commit is contained in:
Klaus Leithoff 2011-05-04 13:45:01 +00:00
parent bd64d536bc
commit f0aa9131d1
2 changed files with 2 additions and 1 deletions

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')

View File

@ -20,6 +20,7 @@
* R upgrade in pRogress
* C upgrade Completed successfully
* D Dependency failure
* P Post-install dependency failure
* F upgrade Failed
* V Version mismatch at end of upgrade (Not used, proposed only)
* M Missing files at start of upgrade (Not used, proposed only)