Qual: Removed missing variable
This commit is contained in:
parent
3a7773081e
commit
32ced9a502
@ -244,7 +244,7 @@ function don_create($db, $id, $message, $modele, $outputlangs, $hidedetails=0, $
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$dir.$file);
|
print $langs->trans("Error")." ".$langs->trans("ErrorFileDoesNotExists",$file);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user