cliffparnitzky / DirectContentElements

Contao Extension: Directly lists all content elements of articles.
GNU Lesser General Public License v3.0
5 stars 1 forks source link

No text for inColumn on Contao 3.5.14 #6

Closed Aybee closed 8 years ago

Aybee commented 8 years ago

https://github.com/cliffparnitzky/DirectContentElements/blob/master/system/modules/DirectContentElements/dca/tl_direct_content_elements.php#L126

This

$GLOBALS['TL_LANG']['tl_article'][$objArticle->inColumn]

will not work on 3.5.14. You have to use

$GLOBALS['TL_LANG']['COLS'][$objArticle->inColumn]