XenForo permissions.xml changes while building

R

Robert9

Guest
I have one single permission

Code:

Code:
<?xml version="1.0" encoding="utf-8"?>
<permissions>
  <permission permission_group_id="xc_epf" permission_id="xc_epf_editAny" permission_type="flag" interface_group_id="xc_epf" display_order="40"/>
</permissions>

Every time when I build the add-on, the file is changed to permission_id="editAny"[/code] How this is possible?

Continue reading...