mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
PHRAS-1177_change-multi-on-field
- fix : multi field gets the default separator #time 10m
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user