Skip to content

Commit

Permalink
[TASK] Fix deprecation warning in TCA
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldius committed Jun 5, 2024
1 parent 71684b0 commit 1b72a9d
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 @@ -34,7 +34,7 @@ function ($extKey, $table): void {
foreach ($site->getAllSites() as $siteItem) {
$additionalColumns['tx_canonical_files_site_identifier']['config']['items'][] = [
// Website title and identifier (in case of multiple sites with the same title)
(
'label' => (
!empty($siteItem->getConfiguration()['websiteTitle']) ?
$siteItem->getConfiguration()['websiteTitle'] . ' - ' :
''
Expand Down

0 comments on commit 1b72a9d

Please sign in to comment.