#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.1.0[4012]
This commit is contained in:
Romain Quetiez
2016-04-22 09:42:05 +00:00
parent 5717ae1889
commit b3c2396da8

View File

@@ -228,7 +228,6 @@ class DBBackup
if (file_exists($sBackupFileName)) if (file_exists($sBackupFileName))
{ {
unlink($sBackupFileName); unlink($sBackupFileName);
throw new Exception('Effacement du fichier '.$sTmpFileName);
} }
$this->LogError("Failed to execute: $sCommandDisplay. The command returned:$iRetCode"); $this->LogError("Failed to execute: $sCommandDisplay. The command returned:$iRetCode");