Skip to content

Commit 2a62b3a

Browse files
author
Roman Syroeshko
committed
Fixed build.
1 parent 757b49b commit 2a62b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/TemplateProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function __construct($documentTemplate)
9191
$this->temporaryDocumentFooters[$index] = $this->zipClass->getFromName($this->getFooterName($index));
9292
$index++;
9393
}
94-
$this->tempDocumentMainPart = $this->fixBrokenMacros($this->zipClass->getFromName('word/document.xml'));
94+
$this->temporaryDocumentMainPart = $this->fixBrokenMacros($this->zipClass->getFromName('word/document.xml'));
9595
}
9696

9797
/**

0 commit comments

Comments
 (0)