2
0
forked from Wavyzz/dolibarr

Removed files links.lang

This commit is contained in:
Laurent Destailleur
2023-09-07 03:30:41 +02:00
parent 05b067283a
commit 0a853fe794
80 changed files with 2 additions and 832 deletions

View File

@@ -1885,7 +1885,7 @@ function dol_add_file_process($upload_dir, $allowoverwrite = 0, $donotupdatesess
$linkObject->objectid = GETPOST('objectid', 'int');
$linkObject->label = GETPOST('label', 'alpha');
$res = $linkObject->create($user);
$langs->load('link');
if ($res > 0) {
setEventMessages($langs->trans("LinkComplete"), null, 'mesgs');
} else {