silverstripe-tagfield/code
3Dgoo be0565c660 Fixing setValue null value bug
On occasions when a form is submitted `StringTagField` throws an error saying `ERROR [Warning]: array_filter() expects parameter 1 to be array, null given` at the end of the `setValue` function. 

I have added some code that checks if `$value` is `null`. If it is `null` it sets `$value` to an empty array to prevent the error from occurring.
2015-11-23 12:27:59 +10:30
..
StringTagField.php Fixing setValue null value bug 2015-11-23 12:27:59 +10:30
TagField.php Converted to PSR-2 2015-11-18 17:05:38 +13:00