Bug #2316
Small copy-paste error in postInit hook
| Status: | New | Start date: | 2008-12-15 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Dmitry Dulepov | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | Estimated time: | 0.10 hour | |
| Votes: | 0 |
Description
There is a small copy paste error in the postInit hook....
Here is the small correction to do@ -117 +117 @
- foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->extKey]['preInit'] as $userFunc) {
+ foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->extKey]['postInit'] as $userFunc) {
Cheers
Associated revisions
[Bug 2316] Change the sorting of the offerer list, r=Oliver