Closed Aybee closed 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]
https://github.com/cliffparnitzky/DirectContentElements/blob/master/system/modules/DirectContentElements/dca/tl_direct_content_elements.php#L126
This
will not work on 3.5.14. You have to use