Index: class.tx_commerce_pibase.php =================================================================== --- class.tx_commerce_pibase.php (revision 35099) +++ class.tx_commerce_pibase.php (working copy) @@ -1228,8 +1228,8 @@ $hookObjectsArr = array(); - if (is_array ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['commerce/lib/class.tx_commerce_pibase.php']['locallang'])){ - foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['commerce/lib/class.tx_commerce_pibase.php']['locallang'] as $classRef){ + if (is_array ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['commerce/lib/class.tx_commerce_pibase.php']['renderValue'])){ + foreach ($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['commerce/lib/class.tx_commerce_pibase.php']['renderValue'] as $classRef){ $hookObjectsArr[] = &t3lib_div::getUserObj($classRef); } }