dever 2 년 전
부모
커밋
94f4035379
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/PHPExcel/Shared/OLE.php

+ 1 - 1
src/PHPExcel/Shared/OLE.php

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