Skip to content

Commit

Permalink
[TASK] Apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutstrasser committed Apr 12, 2024
1 parent f9b463f commit 2fafabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/sys_file_storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ($extKey, $table): void {
$additionalColumns['tx_canonical_files_site_identifier']['config']['items'][] = [
// Website title and identifier (in case of multiple sites with the same title)
(
!empty($siteItem->getConfiguration()['websiteTitle']) ?
!empty($siteItem->getConfiguration()['websiteTitle']) ?
$siteItem->getConfiguration()['websiteTitle'] . ' - ' :
''
) . ucfirst($siteItem->getIdentifier()),
Expand Down

0 comments on commit 2fafabd

Please sign in to comment.