Breaking change in XenForo 2.3.7 in getter syntax

Status
This content is read-only, or is not open for further replies.

AddonsLab

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom