Bug #22526 » patch_14222_for_trunk_v2.diff
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'];
|
||
}
|
||
}
|
- « Previous
- 1
- 2
- 3
- Next »