mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix old class-name db_backup giving error in setup-cli
This commit is contained in:
parent
3df5abe818
commit
1b32000d4d
@ -248,7 +248,7 @@ function do_backup($arg,$quite_check=false)
|
||||
}
|
||||
else
|
||||
{
|
||||
$db_backup = new db_backup();
|
||||
$db_backup = new Api\Db\Backup();
|
||||
if (is_resource($f = $db_backup->fopen_backup($backup)))
|
||||
{
|
||||
echo lang('Backup started, this might take a few minutes ...')."\n";
|
||||
|
Loading…
Reference in New Issue
Block a user