mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Minor look fix, fix into ecm module when dir does not exists
This commit is contained in:
@@ -141,9 +141,10 @@ $type='directory';
|
||||
// This test if file exists should be useless. We keep it to find bug more easily
|
||||
if (! dol_is_dir($upload_dir))
|
||||
{
|
||||
$langs->load("install");
|
||||
// dol_mkdir($upload_dir);
|
||||
/* $langs->load("install");
|
||||
dol_print_error(0,$langs->trans("ErrorDirDoesNotExists",$upload_dir));
|
||||
exit;
|
||||
exit;*/
|
||||
}
|
||||
|
||||
print '<!-- TYPE='.$type.' -->'."\n";
|
||||
|
||||
Reference in New Issue
Block a user