mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +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
|
else
|
||||||
{
|
{
|
||||||
$db_backup = new db_backup();
|
$db_backup = new Api\Db\Backup();
|
||||||
if (is_resource($f = $db_backup->fopen_backup($backup)))
|
if (is_resource($f = $db_backup->fopen_backup($backup)))
|
||||||
{
|
{
|
||||||
echo lang('Backup started, this might take a few minutes ...')."\n";
|
echo lang('Backup started, this might take a few minutes ...')."\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user