FIXED: indentation.
This commit is contained in:
Roman Syroeshko 2014-03-03 21:12:05 +04:00
parent a8b73b9061
commit b765312469
1 changed files with 15 additions and 15 deletions

View File

@ -64,7 +64,7 @@ class PHPWord_Template
if ($this->_tempFileName !== false) {
// Copy the source File to the temp File
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();