mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +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(is_array($values)) {
|
||||||
if($values) {
|
if($values) {
|
||||||
$vsep = $this->getValueSetSeparator();
|
$vsep = $this->_attrdef->getValueSetSeparator();
|
||||||
if($valueset) {
|
if($valueset) {
|
||||||
/* Validation should have been done before
|
/* Validation should have been done before
|
||||||
$error = false;
|
$error = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user