mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
php V8 warning
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user