mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Actually save the values
This commit is contained in:
parent
2790d7504a
commit
748ef1a8f0
@ -326,7 +326,7 @@ class TagField extends MultiSelectField
|
||||
}
|
||||
}
|
||||
|
||||
return parent::setValue(array_filter($value));
|
||||
return parent::setValue($values);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user