#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]
This commit is contained in:
Romain Quetiez
2016-04-28 11:21:46 +00:00
parent 9a190e69f6
commit 20fbf151ff

View File

@@ -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");