Bug #13336
Typoscript configuration is not loaded in pages
| Status: | New | Start date: | 2011-02-24 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
On line 176 :
$ts = $conf[$key . $this->typoScriptSeparator];
should be replaced by :
$ts = $this->typoScriptSetup[$key . $this->typoScriptSeparator];