Fix Calc Papedruck
This commit is contained in:
parent
70eaae087e
commit
d901c7155a
@ -68,6 +68,9 @@ class Engine
|
|||||||
{
|
{
|
||||||
$this->articles = new \ArrayIterator();
|
$this->articles = new \ArrayIterator();
|
||||||
$this->xml = simplexml_load_string($string);
|
$this->xml = simplexml_load_string($string);
|
||||||
|
$this->activeArticle = false;
|
||||||
|
$this->calcVariables = [];
|
||||||
|
$this->variables = [];
|
||||||
$this->parse();
|
$this->parse();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user