Fix : Missing description field in function dol_dir_list_in_database

This commit is contained in:
Nicolas Domenech 2022-05-21 16:28:32 +02:00
parent e341ca0fdd
commit cc90461482

View File

@ -272,7 +272,8 @@ function dol_dir_list_in_database($path, $filter = "", $excludefilter = null, $s
"cover" => $obj->cover,
"position" => (int) $obj->position,
"acl" => $obj->acl,
"share" => $obj->share
"share" => $obj->share,
"description" => $obj->description
);
}
$i++;