Feature #24062 ยป tslib_content_USER_INT.diff
typo3/sysext/cms/tslib/content/class.tslib_content_user_internal.php (revision ) | ||
---|---|---|
$this->cObj->setUserObjectType(tslib_cObj::OBJECTTYPE_USER_INT);
|
||
$substKey = 'INT_SCRIPT.' . $GLOBALS['TSFE']->uniqueHash();
|
||
$content = '<!--' . $substKey . '-->';
|
||
|
||
$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'
|