Actions
Bug #7675
closedJoomla trigger handling on older PHP versions not working correctly
Description
When creating the anonymous function it's trying to use $this, but that doesn't work in closures. Change the needed function to static and just call it statically.
Actions