Bug \XF\Mvc\Router::addRoute does not work properly when using subSection

  • Thread starter Thread starter Kirby
  • Start date Start date
There is a bug in this version
K

Kirby

Guest
When adding a route to a prefix that already has a route with an empty subSection defined, \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...