This commit is contained in:
Franck Allimant
2014-06-30 23:02:03 +02:00
parent a4806132a1
commit c1e3694ab8

View File

@@ -50,7 +50,7 @@ class BaseFrontController extends BaseController
/** /**
* Redirect to a specific route. * Redirect to a specific route.
* *
* @param string $routeId the route ID, as found in Config/Resources/routing/admin.xml * @param string $routeId the route ID, as found in Config/Resources/routing/admin.xml
* @param array $urlParameters the URL parameters, as a var/value pair array * @param array $urlParameters the URL parameters, as a var/value pair array
* @param array $routeParameters the Route parameters, as a var/value pair array * @param array $routeParameters the Route parameters, as a var/value pair array