瀏覽代碼

#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.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4010 a333f486-631f-4898-b8df-5754b55c2be0
romainq 9 年之前
父節點
當前提交
0b0707bb8d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      setup/backup.class.inc.php

+ 0 - 1
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");