mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix bug on failed install of new instances
This commit is contained in:
parent
bd64d536bc
commit
f0aa9131d1
@ -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')
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user