Restore original official files

This commit is contained in:
Laurent Destailleur
2019-10-08 10:18:59 +02:00
parent 9dd402ebc6
commit 485fa697d3
224 changed files with 312 additions and 312 deletions

View File

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