mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
It was setting a NULL empty string when constructing the field, which shouldn't call setEmptyField() in the first place. This logical error somehow just surfaced when the HTML output wasn't run through tidy. See https://github.com/silverstripe/sapphire/pull/886