Merge pull request #21065 from bb2a/FIX-PHP8-files-lib

php V8 warning files lib
This commit is contained in:
Laurent Destailleur 2022-06-01 20:58:44 +02:00 committed by GitHub
commit d2a8dd6925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++;