Update index.php

This commit is contained in:
UT from dolibit 2021-03-15 18:58:47 +01:00 committed by GitHub
parent f0d3c19d51
commit 83af43afdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ if (GETPOST("sendit") && !empty($conf->global->MAIN_UPLOAD_DOC)) {
}
}
} else {
// Echec transfert (fichier depassant la limite ?)
// Transfer failure (file exceeding the limit ?)
$langs->load("errors");
setEventMessages($langs->trans("ErrorFailToCreateDir", $upload_dir), null, 'errors');
}