Skip to content

Commit

Permalink
Merge pull request #16 from runepiper/fix-lll-prefix
Browse files Browse the repository at this point in the history
[BUGFIX] Add missing file extension
  • Loading branch information
astehlik committed Dec 20, 2023
2 parents 1de2bc3 + 1c27940 commit 6a95894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/sys_file_reference.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;

$lllPrefix = 'LLL:EXT:html5mediakit/Resources/Private/Language/locallang_db:sys_file_reference.';
$lllPrefix = 'LLL:EXT:html5mediakit/Resources/Private/Language/locallang_db.xlf:sys_file_reference.';

$additionalColumns = [
'tx_html5mediakit_track_kind' => [
Expand Down

0 comments on commit 6a95894

Please sign in to comment.