fix warning about missing key
This commit is contained in:
parent
427e8439e0
commit
f09b95893a
@ -1330,7 +1330,7 @@ class TemplateProcessor
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
if($this->_rels=="")
|
if(!isset($this->_rels) || (isset($this->_rels) && $this->_rels==""))
|
||||||
{
|
{
|
||||||
$this->_rels=$this->zipClass->getFromName('word/_rels/document.xml.rels');
|
$this->_rels=$this->zipClass->getFromName('word/_rels/document.xml.rels');
|
||||||
$this->_types=$this->zipClass->getFromName('[Content_Types].xml');
|
$this->_types=$this->zipClass->getFromName('[Content_Types].xml');
|
||||||
|
Loading…
Reference in New Issue
Block a user