Skip to content
Snippets Groups Projects
Commit 4cf01bc6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix code comment

parent e1e8254b
Branches
Tags
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
// Variable $upload_dir must be defined when entering here // Variable $upload_dir must be defined when entering here
// Variable $upload_dirold may also exists. // Variable $upload_dirold may also exists.
// Send file/link // Submit file/link
if (GETPOST('sendit') && ! empty($conf->global->MAIN_UPLOAD_DOC)) if (GETPOST('sendit') && ! empty($conf->global->MAIN_UPLOAD_DOC))
{ {
if ($object->id) if ($object->id)
......
...@@ -110,7 +110,7 @@ if (empty($reshook)) ...@@ -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'; include_once DOL_DOCUMENT_ROOT.'/core/actions_linkedfiles.inc.php';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment