maltehuebner
Member
- Affected version
- 2.1.9
I tried to extend
In
XF\Sitemap\Renderer with a class extension but it did not work as expected.In
App.php I find the code setting up the renderer into the container after line 1104. Is there a reason not to use $this->extendClass($class); like in the other closures? After modifying the closure to relay on class extensions everything worked as expected.