This commit is contained in:
BB2A Anthony Berton 2022-05-31 11:36:23 +02:00
parent 2d0958ba7f
commit e303f27a19

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" => $obj->description "description" => isset($obj->description)?$obj->description:''
); );
} }
$i++; $i++;