In the revision 3862 method I've used doesn't work anymore.

Line

$request->setControllerName($dispatcher->getDefaultController()) 

should be changed to

$request->setControllerName($dispatcher->getDefaultControllerName())

Reply via email to