Project

General

Profile

Bug #23270 » 15239.diff

Administrator Admin, 2010-12-27 16:59

View differences:

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']);
}
?>
?>
(1-1/3)