PHRAS-1177_change-multi-on-field

- fix : multi field gets the default separator
#time 10m
This commit is contained in:
Jean-Yves Gaulier
2016-06-23 20:39:09 +02:00
parent deafb8b957
commit 6572f3ba14

View File

@@ -572,7 +572,7 @@ class databox_field implements cache_cacheableInterface
public function set_multi($bool)
{
$this->multi = (bool)$bool;
$this->separator = self::checkMultiSeparator($this->separator, $this->multi);
return $this;
}