From 833d967ee45bf7bb01e4c742834b7a513d96fcbc Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:16:29 +0200 Subject: [PATCH] Update myobject_document.php --- htdocs/modulebuilder/template/myobject_document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/modulebuilder/template/myobject_document.php b/htdocs/modulebuilder/template/myobject_document.php index 7919cb33730..8b97342da44 100644 --- a/htdocs/modulebuilder/template/myobject_document.php +++ b/htdocs/modulebuilder/template/myobject_document.php @@ -124,7 +124,7 @@ if ($id > 0 || !empty($ref)) { $upload_dir = $conf->mymodule->multidir_output[$object->entity ? $object->entity : $conf->entity]."/myobject/".get_exdir(0, 0, 0, 1, $object); } -// Permissions +// Permissions // (There are several ways to check permission.) // Set $enablepermissioncheck to 1 to enable a minimum low level of checks $enablepermissioncheck = 0;