SelfServiceController: fix transformation check
This commit is contained in:
parent
7258b83dbb
commit
d97022bf88
|
@ -213,7 +213,7 @@ class SelfServiceController extends ActionController
|
|||
|
||||
if ($transform === '2') {
|
||||
$transformMethod = '.upperCase';
|
||||
} elseif ($transform === '2') {
|
||||
} elseif ($transform === '1') {
|
||||
$transformMethod = '.lowerCase';
|
||||
} else {
|
||||
$transformMethod = '';
|
||||
|
|
Loading…
Reference in New Issue