From 20fbf151ffa106f10dae182b033f74f4f997f1a2 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 28 Apr 2016 11:21:46 +0000 Subject: [PATCH] #1209 Setup or Backup failing with french error message 'Effacement du fichier ...' Regression introduced in [r3868]. Occurs when a backup fails and prevents users from seeing the mysql error report. SVN:2.2.0[4015] --- setup/backup.class.inc.php | 1 - 1 file changed, 1 deletion(-) 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");