Bug Breaking change in XenForo 2.3.7 in getter syntax

There is a bug in this version
A

AddonsLab

Guest
Hello!

Today, have got a report about an error in one of our add-ons, not showing the admin panel page. The reason is the admin template contains a call
$config.get_entity_name() however, this now gives template compilation error as with the latest update the getters are hard-coded to be only in camelCase and snake_case does not work anymore. I understand the camel case is the typical and preferred syntax, especially in context of XenForo entities, but this was developed...

Read more

Continue reading...