version attributes were not used due to wrong parameter name

This commit is contained in:
Uwe Steinmann 2021-03-06 15:35:23 +01:00
parent 34c81e7220
commit 6dfe43a4c4

View File

@ -286,7 +286,7 @@ console.log(element);
} elseif(is_string($arr)) {
echo $arr;
} else {
$this->formField(htmlspecialchars($attrdef->getName()), $this->getAttributeEditField($attrdef, $document->getAttribute($attrdef)));
$this->formField(htmlspecialchars($attrdef->getName()), $this->getAttributeEditField($attrdef, $document->getAttribute($attrdef), 'attributes_version'));
}
}
}