Skip to content

Commit 1b72a9d

Browse files
committed
[TASK] Fix deprecation warning in TCA
1 parent 71684b0 commit 1b72a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/TCA/Overrides/sys_file_storage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function ($extKey, $table): void {
3434
foreach ($site->getAllSites() as $siteItem) {
3535
$additionalColumns['tx_canonical_files_site_identifier']['config']['items'][] = [
3636
// Website title and identifier (in case of multiple sites with the same title)
37-
(
37+
'label' => (
3838
!empty($siteItem->getConfiguration()['websiteTitle']) ?
3939
$siteItem->getConfiguration()['websiteTitle'] . ' - ' :
4040
''

0 commit comments

Comments
 (0)