Qual: Removed missing variable

This commit is contained in:
Raphaël Doursenaud 2014-04-23 17:09:55 +02:00
parent 3a7773081e
commit 32ced9a502

View File

@ -244,7 +244,7 @@ function don_create($db, $id, $message, $modele, $outputlangs, $hidedetails=0, $
}
else
{
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$dir.$file);
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file);
return 0;
}
}