Skip to content
Snippets Groups Projects
Commit 91f4fccb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Remove warning

parent 77dafcbc
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,9 @@ class DolibarrApi
// If object has lines, remove $db property
if(isset($object->lines) && count($object->lines) > 0) {
for($i=0; $i < count($object->lines); $i++) {
$nboflines = count($object->lines);
for ($i=0; $i < $nbofline; $i++)
{
$this->_cleanObjectDatas($object->lines[$i]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment