File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ so installation via ZIP-archive download is not an option anymore. To install PH
37
37
- ` \PhpOffice\PhpWord\Shared\XMLReader ` replaced by ` \PhpOffice\Common\XMLReader ` . - @Progi1984 #658
38
38
- ` \PhpOffice\PhpWord\Shared\XMLWriter ` replaced by ` \PhpOffice\Common\XMLWriter ` . - @Progi1984 @RomanSyroeshko #658
39
39
40
+ ### Fixed
41
+ - ` Undefined property ` error while reading MS-DOC documents. - @jaberu #503 #612
42
+
40
43
41
44
42
45
0.12.1 (30 August 2015)
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ private function loadOLE($filename)
149
149
// Get Summary Information data
150
150
$ this ->_SummaryInformation = $ ole ->getStream ($ ole ->summaryInformation );
151
151
// Get Document Summary Information data
152
- $ this ->_DocumentSummaryInformation = $ ole ->getStream ($ ole ->documentSummaryInformation );
152
+ $ this ->_DocumentSummaryInformation = $ ole ->getStream ($ ole ->docSummaryInfos );
153
153
}
154
154
155
155
private function getNumInLcb ($ lcb , $ iSize )
You can’t perform that action at this time.
0 commit comments