Merge pull request #20949 from nicolas-eoxia/fix_missing_description_field_in_function_dol_dir_list_in_database
Fix : Missing description field in function dol_dir_list_in_database
This commit is contained in:
commit
a5817aa200
@ -272,7 +272,8 @@ function dol_dir_list_in_database($path, $filter = "", $excludefilter = null, $s
|
|||||||
"cover" => $obj->cover,
|
"cover" => $obj->cover,
|
||||||
"position" => (int) $obj->position,
|
"position" => (int) $obj->position,
|
||||||
"acl" => $obj->acl,
|
"acl" => $obj->acl,
|
||||||
"share" => $obj->share
|
"share" => $obj->share,
|
||||||
|
"description" => $obj->description
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user