Skip to content

Commit

Permalink
[TASK] CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
typecat committed Apr 7, 2022
1 parent 14b747b commit a68ce41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/Service/TcaFieldService.php
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,7 @@ protected function setConfigBasics(array $config, array $field): array

if (count($evalFields) > 1) {
$config['eval'] = implode(',', $evalFields);
}
elseif (count($evalFields) === 1) {
} elseif (count($evalFields) === 1) {
$config['eval'] = $evalFields[0];
}

Expand Down

0 comments on commit a68ce41

Please sign in to comment.