forked from extern/egroupware
an other bug in the multi-domain-update: schema_proc was still working on the db-connection of the other domain. Fixed now too
This commit is contained in:
parent
ec4775d827
commit
72b1b39de6
@ -348,6 +348,7 @@ function do_update($arg)
|
||||
do_backup($arg,true);
|
||||
|
||||
ob_start();
|
||||
$GLOBALS['egw_setup']->process->init_process(); // we need a new schema-proc instance for each new domain
|
||||
$GLOBALS['egw_setup']->process->pass($setup_info,'upgrade',false);
|
||||
$messages = ob_get_contents();
|
||||
ob_end_clean();
|
||||
|
Loading…
Reference in New Issue
Block a user