[TYPO3-core] RFC: Bug #12669: Fatal error: Call to a member function getSystemLanguages()

Steffen Kamper info at sk-typo3.de
Mon Nov 23 15:14:22 CET 2009


Steffen Kamper schrieb:
> 
> this can happen if you have another class that extends recordlist and 
> use own constructor without calling parent::__constructor. So this isn't 
> safe, olly's solution is the safe one for all existing extensions.
> 

... and constructor in recordlist is new, that's the complete story.
We can think about adding empty constructors to all classes so any 
extended class should call the parent constructor.

vg Steffen


More information about the TYPO3-team-core mailing list