Skip to content

Commit 708985a

Browse files
committed
#154 : Allow Loop Continuously until Esc
1 parent eb7241b commit 708985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpPresentation/Writer/PowerPoint2007.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function save($pFilename)
215215
$objZip->addFromString('[Content_Types].xml', $wPartContentTypes->writeContentTypes($this->presentation));
216216

217217
// Add PPT properties and styles to ZIP file - Required for Apple Keynote compatibility.
218-
$objZip->addFromString('ppt/presProps.xml', $wPptProps->writePresProps());
218+
$objZip->addFromString('ppt/presProps.xml', $wPptProps->writePresProps($this->presentation));
219219
$objZip->addFromString('ppt/tableStyles.xml', $wPptProps->writeTableStyles());
220220
$objZip->addFromString('ppt/viewProps.xml', $wPptProps->writeViewProps($this->presentation));
221221

0 commit comments

Comments
 (0)