Fix missing dolibarr patch

This commit is contained in:
Laurent Destailleur
2019-10-08 10:20:25 +02:00
parent 485fa697d3
commit e60b281361

View File

@@ -287,7 +287,7 @@ class PHPExcel_Shared_OLE
$pps = new PHPExcel_Shared_OLE_PPS_File($name);
break;
default:
continue;
continue 2;
}
fseek($fh, 1, SEEK_CUR);
$pps->Type = $type;