mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
fix get value map separator
This commit is contained in:
parent
b0d13f9518
commit
90074c3947
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user