Bug #23270 » 15239.diff
t3lib/class.t3lib_tstemplate.php (revision ) | ||
---|---|---|
|
||
// typeNum
|
||
$typeNum = $this->setup[$LD['target'] . '.']['typeNum'];
|
||
if (!t3lib_div::testInt($typeOverride) && intval($GLOBALS['TSFE']->config['config']['forceTypeValue'])) {
|
||
if (!t3lib_div::testInt($typeOverride) && isset($GLOBALS['TSFE']->config['config']['forceTypeValue'])) {
|
||
$typeOverride = intval($GLOBALS['TSFE']->config['config']['forceTypeValue']);
|
||
}
|
||
if (strcmp($typeOverride, '')) {
|
||
... | ... | |
include_once($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tstemplate.php']);
|
||
}
|
||
|
||
?>
|
||
?>
|