Ver código fonte

#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 anos atrás
pai
commit
0b0707bb8d
1 arquivos alterados com 0 adições e 1 exclusões
  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");