Fix Calc Papedruck

This commit is contained in:
Thomas Peterson 2020-09-21 15:22:04 +02:00
parent 70eaae087e
commit d901c7155a

View File

@ -68,6 +68,9 @@ class Engine
{
$this->articles = new \ArrayIterator();
$this->xml = simplexml_load_string($string);
$this->activeArticle = false;
$this->calcVariables = [];
$this->variables = [];
$this->parse();
return true;
}