#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:trunk[4010]
This commit is contained in:
Romain Quetiez
2016-04-22 09:26:16 +00:00
parent 90cdd28bc8
commit b318d27b19

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