[TYPO3-translators] Frame problem with ll-xml in Firefox 3

Marcus 'biesior' Biesioroff vsbies at wp.pl
Sat Apr 4 13:47:42 CEST 2009


IMPORTANT! (error in the code)

I'm sorry but I didn't recognize that I made a little mistake in my 
code. There is a unnecessary semicolon (;) at the last part of the line 
after ...($_EXTKEY); just remove it :)

> t3lib_extMgm::addModule('txllxmltranslateM1','txllxmltranslateM1','bottom',t3lib_extMgm::extPath($_EXTKEY);.'mod1/'); 

correct line:
 
t3lib_extMgm::addModule('txllxmltranslateM1','txllxmltranslateM1','bottom',t3lib_extMgm::extPath($_EXTKEY).'mod1/');


I'm sorry once again :)


More information about the TYPO3-translators mailing list