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

Status
This content is read-only, or is not open for further replies.

Kirby

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom