Index: typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray_internal.php =================================================================== --- typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray_internal.php (revision 9214) +++ typo3/sysext/cms/tslib/content/class.tslib_content_contentobjectarray_internal.php (revision ) @@ -44,9 +44,10 @@ public function render($conf = array()) { if (is_array($conf)) { $substKey = 'INT_SCRIPT.' . $GLOBALS['TSFE']->uniqueHash(); + $includeLibs = isset($conf['includeLibs.']) ? $this->cObj->stdWrap($conf['includeLibs'], $conf['includeLibs.']) : $conf['includeLibs']; $content = ''; $GLOBALS['TSFE']->config['INTincScript'][$substKey] = array ( - 'file' => $conf['includeLibs'], + 'file' => $includeLibs, 'conf' => $conf, 'cObj' => serialize($this->cObj), 'type' => 'COA'