Skip to content

Commit

Permalink
#15 : PowerPoint97 Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 31, 2014
1 parent 057739d commit f949387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpPowerpoint/Reader/PowerPoint97.php
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ private function loadOLE($pFilename)
$this->streamSummaryInformation = $oOLE->getStream($oOLE->summaryInformation);

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

// Get pictures data
$this->streamPictures = $oOLE->getStream($oOLE->pictures);
Expand Down

0 comments on commit f949387

Please sign in to comment.