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 eb7241b commit 708985aCopy full SHA for 708985a
src/PhpPresentation/Writer/PowerPoint2007.php
@@ -215,7 +215,7 @@ public function save($pFilename)
215
$objZip->addFromString('[Content_Types].xml', $wPartContentTypes->writeContentTypes($this->presentation));
216
217
// Add PPT properties and styles to ZIP file - Required for Apple Keynote compatibility.
218
- $objZip->addFromString('ppt/presProps.xml', $wPptProps->writePresProps());
+ $objZip->addFromString('ppt/presProps.xml', $wPptProps->writePresProps($this->presentation));
219
$objZip->addFromString('ppt/tableStyles.xml', $wPptProps->writeTableStyles());
220
$objZip->addFromString('ppt/viewProps.xml', $wPptProps->writeViewProps($this->presentation));
221
0 commit comments