FIXED: indentation.
This commit is contained in:
parent
a8b73b9061
commit
b765312469
|
|
@ -64,7 +64,7 @@ class PHPWord_Template
|
||||||
if ($this->_tempFileName !== false) {
|
if ($this->_tempFileName !== false) {
|
||||||
// Copy the source File to the temp File
|
// Copy the source File to the temp File
|
||||||
if (!copy($strFilename, $this->_tempFileName)) {
|
if (!copy($strFilename, $this->_tempFileName)) {
|
||||||
throw new PHPWord_Exception('Could not copy the template from ' . $strFilename . ' to ' . $this->_tempFileName . '.');
|
throw new PHPWord_Exception("Could not copy the template from {$strFilename} to {$this->_tempFileName}.");
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->_objZip = new ZipArchive();
|
$this->_objZip = new ZipArchive();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue