mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
errors were not output, because of a missing echo
This commit is contained in:
parent
4bc6ad098e
commit
90b8c3e5fd
@ -351,7 +351,7 @@ function do_update($arg)
|
||||
$GLOBALS['egw_setup']->process->pass($setup_info,'upgrade',false);
|
||||
$messages = ob_get_contents();
|
||||
ob_end_clean();
|
||||
if ($messages) strip_tags($messages)."\n";
|
||||
if ($messages) echo strip_tags($messages)."\n";
|
||||
|
||||
echo lang('Update finished.')."\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user