digitalpoint
Well-known member
In library/XenForo/PrefixAdmin/AddOns.php, this:
	
	
	
		
 
should be this:
	
	
	
		
 
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".
				
			
		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".
