Project

General

Profile

Actions

Bug #83532

closed

ExtensionManagementUtility::addLLrefForTCAdescr don't detect parameter

Added by Hans-Georg Althoff over 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2018-01-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After installing a own extension I received the error message:

No extension key set in addLLrefForTCAdescr(). Provide it as third parameter

But in the ext_tables.php the code looks like

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_hgapeopledb_domain_model_people', 'EXT:hgapeopledb/Resources/Private/Language/locallang_csh_tx_hgapeopledb_domain_model_people.xlf');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addLLrefForTCAdescr('tx_hgapeopledb_domain_model_peoplegroup', 'EXT:hgapeopledb/Resources/Private/Language/locallang_csh_tx_hgapeopledb_domain_model_peoplegroup.xlf');

The term "Provide it as third parameter" is very strange for me. Because in the code the first parameter is checked!
And this parameter is not empty in both cases.


Files

hgapeopledb.7z (497 KB) hgapeopledb.7z Hans-Georg Althoff, 2018-01-11 10:03
Actions

Also available in: Atom PDF