Project

General

Profile

Bug #22526 » patch_14222_for_trunk_v2.diff

Administrator Admin, 2010-04-30 16:59

View differences:

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