SelfServiceController: fix transformation check

This commit is contained in:
Thomas Gelf 2017-07-21 12:06:10 +02:00
parent 7258b83dbb
commit d97022bf88
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class SelfServiceController extends ActionController
if ($transform === '2') {
$transformMethod = '.upperCase';
} elseif ($transform === '2') {
} elseif ($transform === '1') {
$transformMethod = '.lowerCase';
} else {
$transformMethod = '';