Skip to content
Snippets Groups Projects
Commit 0f72a397 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix language file references for the link browser

parent 1550a5e8
No related branches found
No related tags found
No related merge requests found
......@@ -136,8 +136,8 @@ class BrowseLinksController extends AbstractLinkBrowserController {
parent::init();
$lang = $this->getLanguageService();
$lang->includeLLFile('EXT:rtehtmlarea/Resources/Private/Language/locallang_browselinkscontroller.xlf');
$lang->includeLLFile('EXT:rtehtmlarea/Resources/Private/Language/locallang_dialogs.xlf');
$lang->includeLLFile('EXT:tinymce4_rte/Resources/Private/Language/locallang_browselinkscontroller.xlf');
$lang->includeLLFile('EXT:tinymce4_rte/Resources/Private/Language/locallang_dialogs.xlf');
$this->contentLanguageService = GeneralUtility::makeInstance(LanguageService::class);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment