20201112
This commit is contained in:
3
vendor/PHPExcel/PHPExcel/Shared/OLE.php
vendored
3
vendor/PHPExcel/PHPExcel/Shared/OLE.php
vendored
@@ -285,7 +285,8 @@ class PHPExcel_Shared_OLE
|
||||
$pps = new PHPExcel_Shared_OLE_PPS_File($name);
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
break;
|
||||
// continue;
|
||||
}
|
||||
fseek($fh, 1, SEEK_CUR);
|
||||
$pps->Type = $type;
|
||||
|
||||
Reference in New Issue
Block a user