mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Backport #23972
This commit is contained in:
parent
aa56a170c7
commit
715ce8b745
|
|
@ -715,8 +715,7 @@ class tcpdi_parser {
|
|||
$next = strcspn($data, "\r\n", $offset);
|
||||
if ($next > 0) {
|
||||
$offset += $next;
|
||||
list($obj, $unused) = $this->getRawObject($offset, $data);
|
||||
return $obj;
|
||||
return $this->getRawObject($offset, $data);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user