[TYPO3-dev] Different description in XCLASS Extension
Waggershauser, Thomas
tw at amedick-sommer.de
Thu Mar 2 12:20:04 CET 2006
Hello,
im writing a XCLASS-Extension and need some different description (locallang_csh.php). Therefore I use an other locallang_csh.php file and include it withan
t3lib_extMgm::addLLrefForTCAdescr('tx_aseventdb_events','EXT:ks_eventdb/locallang_csh.php');
But the help-window still displays the old Text...
investigating further I found that the TCA_DESCR-Array contains an Element
[refs] => Array
(
[0] => EXT:as_eventdb/locallang_csh.php
[1] => EXT:ks_eventdb/locallang_csh.php
)
but only the first file is loaded by lang.php when the method $LANG->loadSingleTableDescription($table); is called.
Ok, now I'm going to extend the class "language", but I wonder if this is a bug. Did anybody experience the same problem?
Greetings, Thomas
More information about the TYPO3-dev
mailing list