Duplicate Add-On Submenu on Development Tab

digitalpoint

Well-known member
In library/XenForo/PrefixAdmin/AddOns.php, this:
PHP:
return $router->getRouteMatch('XenForo_ControllerAdmin_AddOn', $action, 'addOns');

should be this:
PHP:
return $router->getRouteMatch('XenForo_ControllerAdmin_AddOn', $action, 'addOnDevelopment');

Minor thing, but in it's current form when you use the stuff that hits the Addon route, the main tab switches to "Home" instead of "Development".
 
Top Bottom