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 757b49b commit 2a62b3aCopy full SHA for 2a62b3a
src/PhpWord/TemplateProcessor.php
@@ -91,7 +91,7 @@ public function __construct($documentTemplate)
91
$this->temporaryDocumentFooters[$index] = $this->zipClass->getFromName($this->getFooterName($index));
92
$index++;
93
}
94
- $this->tempDocumentMainPart = $this->fixBrokenMacros($this->zipClass->getFromName('word/document.xml'));
+ $this->temporaryDocumentMainPart = $this->fixBrokenMacros($this->zipClass->getFromName('word/document.xml'));
95
96
97
/**
0 commit comments