Index: typo3/sysext/cms/tslib/content/class.tslib_content_user_internal.php =================================================================== --- typo3/sysext/cms/tslib/content/class.tslib_content_user_internal.php (revision 9214) +++ typo3/sysext/cms/tslib/content/class.tslib_content_user_internal.php (revision ) @@ -45,8 +45,13 @@ $this->cObj->setUserObjectType(tslib_cObj::OBJECTTYPE_USER_INT); $substKey = 'INT_SCRIPT.' . $GLOBALS['TSFE']->uniqueHash(); $content = ''; + + $includeLibs = isset($conf['includeLibs.']) + ? $this->cObj->stdWrap($conf['includeLibs'], $conf['includeLibs.']) + : $conf['includeLibs']; + $GLOBALS['TSFE']->config['INTincScript'][$substKey] = array ( - 'file' => $conf['includeLibs'], + 'file' => $includeLibs, 'conf' => $conf, 'cObj' => serialize($this->cObj), 'type' => 'FUNC'