mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +01:00
* fixed not working automatic install (stalls after installing core apps, because existing tables get NOT refreshed)
This commit is contained in:
parent
2eda1476cf
commit
c9fcff4026
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user