php V8 warning

This commit is contained in:
BENKE Charlene
2022-05-30 08:43:41 +02:00
committed by GitHub
parent 0dda1d7e76
commit 785d0e03b7

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" => $mode?$obj->description;""
);
}
$i++;