Skip to content

Commit

Permalink
Merge pull request #82 from beatrycze-volk/registerplugin
Browse files Browse the repository at this point in the history
Fix calling registerPlugin with vendor name
  • Loading branch information
MarcMoschSLUB authored Jun 13, 2024
2 parents 1821883 + 4d148b1 commit 7e0a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
defined('TYPO3_MODE') or die();

TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
'Slub.SlubDigitalcollections',
'SlubDigitalcollections',
'SingleCollection',
'LLL:EXT:slub_digitalcollections/Resources/Private/Language/locallang.xlf:plugins.single_collection_view'
);
Expand Down

0 comments on commit 7e0a381

Please sign in to comment.