Skip to content

Commit f949387

Browse files
committed
#15 : PowerPoint97 Reader
1 parent 057739d commit f949387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPowerpoint/Reader/PowerPoint97.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ private function loadOLE($pFilename)
444444
$this->streamSummaryInformation = $oOLE->getStream($oOLE->summaryInformation);
445445

446446
// Get additional document summary information data
447-
$this->streamDocumentSummaryInformation = $oOLE->getStream($oOLE->docSummaryInformation);
447+
$this->streamDocumentSummaryInformation = $oOLE->getStream($oOLE->docSummaryInfos);
448448

449449
// Get pictures data
450450
$this->streamPictures = $oOLE->getStream($oOLE->pictures);

0 commit comments

Comments
 (0)