2
0
forked from Wavyzz/dolibarr

Update OLE.php

This commit is contained in:
Frédéric FRANCE
2019-02-11 22:29:59 +01:00
committed by Laurent Destailleur
parent f60940a141
commit a063c5a35b

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;