Merge pull request #17856 from FHenry/dev_fix_imagnethumbnail_project_files

fix: #17827
This commit is contained in:
Laurent Destailleur 2021-06-10 12:18:21 +02:00 committed by GitHub
commit 85a8a66545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ if ($object->id > 0) {
print dol_get_fiche_end();
$modulepart = 'project';
$modulepart = 'projet';
$permissiontoadd = ($userWrite > 0);
$permtoedit = ($userWrite > 0);
include DOL_DOCUMENT_ROOT.'/core/tpl/document_actions_post_headers.tpl.php';