Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2022-06-01 22:14:02 +02:00
commit 1a51a7d525

View File

@ -273,7 +273,7 @@ function dol_dir_list_in_database($path, $filter = "", $excludefilter = null, $s
"position" => (int) $obj->position, "position" => (int) $obj->position,
"acl" => $obj->acl, "acl" => $obj->acl,
"share" => $obj->share, "share" => $obj->share,
"description" => isset($obj->description)?$obj->description:'' "description" => ($mode ? $obj->description : '')
); );
} }
$i++; $i++;