Parcourir la source

Merge branch 'pro' of http://code.pacsonline.cn/zskk_bg/yuanchengpasc into pro

root il y a 5 ans
Parent
commit
9d4cbc0586
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE.php

+ 1 - 1
vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/OLE.php

@@ -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;