mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
fixing typo
This commit is contained in:
parent
a9efe4d253
commit
45dc510da7
@ -245,7 +245,7 @@ class DateField extends TextField {
|
||||
$this->valueObj = null;
|
||||
}
|
||||
} else {
|
||||
// Setting in corect locale.
|
||||
// Setting in correct locale.
|
||||
// Caution: Its important to have this check *before* the ISO date fallback,
|
||||
// as some dates are falsely detected as ISO by isDate(), e.g. '03/04/03'
|
||||
// (en_NZ for 3rd of April, definetly not yyyy-MM-dd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user