Extending XenForo_ControllerPublic_Page

Daniel Hood

Well-known member
I'm attempting to add an action to the page controller. It won't use any action aside from index though because the match function uses $request->setParam() instead of $router->resolveActionWithStringParam(). If I change this by extending the route class, will it cause any issues with pages? I know it'll work for my purpose but I don't want to break people's url portions and what not.
 
Top Bottom