This commit is contained in:
Regis Houssin
2006-05-31 11:41:39 +00:00
parent 45a0d11bb7
commit 5c38e1214e
3 changed files with 8 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ class Commande
{
if (!dol_delete_file($file))
{
$this->error=$langs->trans("ErrorCanNotDeleteFile",$dir);
$this->error=$langs->trans("ErrorCanNotDeleteFile",$file);
return 0;
}
}