K
Kirby
Guest
When adding a route to a prefix that already has a route with an empty subSection defined,
Continue reading...
\XF\Mvc\Router::addRoute adds the new route after the empty subsection route which in turn causes routeToController to match this route instead of the added route.Continue reading...