Fixed build.

This commit is contained in:
Roman Syroeshko 2015-08-16 22:36:28 +04:00
parent 757b49b5a8
commit 2a62b3ac43

View File

@ -91,7 +91,7 @@ class TemplateProcessor
$this->temporaryDocumentFooters[$index] = $this->zipClass->getFromName($this->getFooterName($index));
$index++;
}
$this->tempDocumentMainPart = $this->fixBrokenMacros($this->zipClass->getFromName('word/document.xml'));
$this->temporaryDocumentMainPart = $this->fixBrokenMacros($this->zipClass->getFromName('word/document.xml'));
}
/**