mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #287 from unclecheese/patch-1
Using deprecated StringField::Upper() and StringField::Lower(). Calling ...
This commit is contained in:
commit
707777812f
@ -87,10 +87,10 @@ class Enum extends DBField {
|
||||
}
|
||||
|
||||
function Lower() {
|
||||
return StringField::Lower();
|
||||
return StringField::LowerCase();
|
||||
}
|
||||
function Upper() {
|
||||
return StringField::Upper();
|
||||
return StringField::UpperCase();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user