Task #5820
"t3lib_div::makeInstanceClassName" should depend on TYPO3 version
| Status: | Resolved | Start date: | 2009-12-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Tolleiv Nietsch | % Done: | 100% |
|
| Category: | - | Spent time: | 1.00 hour | |
| Target version: | - | |||
| Votes: | 0 |
Description
To avoid a lot of deprecation log warnings add a condition around the "t3lib_div::makeInstanceClassName" to use "t3lib_div::makeInstance" for TYPO3 >= 4.3.
History
Updated by Michael Klapper over 3 years ago
- Assignee set to Tolleiv Nietsch
Updated by Tolleiv Nietsch over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
thanks for the patch :) - committed in rev 27937, 27938 ...