Project

General

Profile

Bug #22526 » patch_14222_for_trunk.diff

Administrator Admin, 2010-04-29 11:48

View differences:

typo3/sysext/cms/tslib/class.tslib_pibase.php (working copy)
$GLOBALS['TSFE']->reqCHash();
}
}
if ($GLOBALS['TSFE']->config['config']['language']) {
if (isset($GLOBALS['TSFE']->config['config']['language'])) {
$this->LLkey = $GLOBALS['TSFE']->config['config']['language'];
if ($GLOBALS['TSFE']->config['config']['language_alt']) {
if (isset($GLOBALS['TSFE']->config['config']['language_alt'])) {
$this->altLLkey = $GLOBALS['TSFE']->config['config']['language_alt'];
}
}
(2-2/3)