Commit Graph

1 Commits (15b9871d509f40cc530062da8f6a1033fd53324f)

Author SHA1 Message Date
Angus Salkeld 5dcbc7ce5b Check for an empty value in validateField
reflect.TypeOf() can take a nil (it then returns a nil), but
Kind() panics on a nil.

Fixes #20627
2016-05-30 14:12:18 +10:00