Project

General

Profile

Bug #22526 » patch_pibase_20100427_1.diff

Administrator Admin, 2010-04-27 17:04

View differences:

typo3_src-4.3.3/typo3/sysext/cms/tslib/class.tslib_pibase.php 2010-04-27 16:55:57.000000000 +0200
}
if ($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'];
}
}
(1-1/3)