fix get value map separator

This commit is contained in:
Uwe Steinmann 2021-09-16 16:07:31 +02:00
parent b0d13f9518
commit 90074c3947

View File

@ -175,7 +175,7 @@ class SeedDMS_Core_Attribute { /* {{{ */
if(is_array($values)) {
if($values) {
$vsep = $this->getValueSetSeparator();
$vsep = $this->_attrdef->getValueSetSeparator();
if($valueset) {
/* Validation should have been done before
$error = false;