hschottm / tags

Contao tags extension
11 stars 16 forks source link

Support Contao 4.9 with missing class tl_settings #55

Closed rabauss closed 4 years ago

rabauss commented 4 years ago

The class tl_settings no longer exists in Contao 4.9, so the callback function should instead extend Contao/Backend!

fritzmg commented 4 years ago

Hm, shouldn't it be either \Contao\Backend or Backend? Aren't all DCA files automatically in the Contao namespace? I am not sure.

fritzmg commented 4 years ago

Also technically, the class should not extend anything at all, as it is not using any features of tl_settings or even \Contao\Backend.

rabauss commented 4 years ago

I just used the extends from tl_article without thinking :-) But you'r right there is no need of extends!