Merge pull request #21065 from bb2a/FIX-PHP8-files-lib
php V8 warning files lib
This commit is contained in:
commit
d2a8dd6925
@ -273,7 +273,7 @@ function dol_dir_list_in_database($path, $filter = "", $excludefilter = null, $s
|
||||
"position" => (int) $obj->position,
|
||||
"acl" => $obj->acl,
|
||||
"share" => $obj->share,
|
||||
"description" => $obj->description
|
||||
"description" => isset($obj->description)?$obj->description:''
|
||||
);
|
||||
}
|
||||
$i++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user