mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 01:58:09 +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,
|
"position" => (int) $obj->position,
|
||||||
"acl" => $obj->acl,
|
"acl" => $obj->acl,
|
||||||
"share" => $obj->share,
|
"share" => $obj->share,
|
||||||
"description" => $obj->description
|
"description" => $mode?$obj->description;""
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Reference in New Issue
Block a user