Bug #34394
Wrong language detection
| Status: | Closed | Start date: | 2012-02-28 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Thomas Scheibitz | % Done: | 100% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | Estimated time: | 0.20 hour | |
| Votes: | 0 |
Description
wrong language detection (The page-TS has no config property - http://www.typo3.net/tsref/setup/page/)
Line 59: $lang = $GLOBALS['TSFE']->tmpl->setup['page.']['config.']['language'];
Replace this with:
Line 59: $GLOBALS['TSFE']->tmpl->setup['config.']['language'];
History
Updated by Thomas Scheibitz over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Estimated time set to 0.20