mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
#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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user