We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057739d commit f949387Copy full SHA for f949387
src/PhpPowerpoint/Reader/PowerPoint97.php
@@ -444,7 +444,7 @@ private function loadOLE($pFilename)
444
$this->streamSummaryInformation = $oOLE->getStream($oOLE->summaryInformation);
445
446
// Get additional document summary information data
447
- $this->streamDocumentSummaryInformation = $oOLE->getStream($oOLE->docSummaryInformation);
+ $this->streamDocumentSummaryInformation = $oOLE->getStream($oOLE->docSummaryInfos);
448
449
// Get pictures data
450
$this->streamPictures = $oOLE->getStream($oOLE->pictures);
0 commit comments