diff --git a/setup/backup.class.inc.php b/setup/backup.class.inc.php index f3c3d0314..7b93cf6a5 100644 --- a/setup/backup.class.inc.php +++ b/setup/backup.class.inc.php @@ -300,7 +300,6 @@ class DBBackup if (file_exists($sBackupFileName)) { unlink($sBackupFileName); - throw new Exception('Effacement du fichier '.$sTmpFileName); } $this->LogError("Failed to execute: $sCommandDisplay. The command returned:$iRetCode");