mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix code comment
This commit is contained in:
parent
e1e8254bcf
commit
4cf01bc685
|
|
@ -22,7 +22,7 @@
|
|||
// Variable $upload_dir must be defined when entering here
|
||||
// Variable $upload_dirold may also exists.
|
||||
|
||||
// Send file/link
|
||||
// Submit file/link
|
||||
if (GETPOST('sendit') && ! empty($conf->global->MAIN_UPLOAD_DOC))
|
||||
{
|
||||
if ($object->id)
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ if (empty($reshook))
|
|||
}
|
||||
}
|
||||
|
||||
// Action sending file
|
||||
// Action submit/delete file/link
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user