From a35d85a9b0e423f6f7c4d4cdbfc4a023111327af Mon Sep 17 00:00:00 2001 From: touffies Date: Thu, 10 Oct 2013 16:38:52 +0200 Subject: [PATCH] Use only one routing for /Login --- core/lib/Thelia/Config/Resources/routing/front.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/core/lib/Thelia/Config/Resources/routing/front.xml b/core/lib/Thelia/Config/Resources/routing/front.xml index 53a0408a0..4966ee6b7 100755 --- a/core/lib/Thelia/Config/Resources/routing/front.xml +++ b/core/lib/Thelia/Config/Resources/routing/front.xml @@ -9,18 +9,24 @@ index - + Thelia\Controller\Front\DefaultController::noAction register + + + Thelia\Controller\Front\CustomerController::loginAction + login + Thelia\Controller\Front\DefaultController::noAction login + Thelia\Controller\Front\CustomerController::logoutAction @@ -40,11 +46,6 @@ Thelia\Controller\Front\CustomerController::updateAction - - Thelia\Controller\Front\CustomerController::loginAction - login - - Thelia\Controller\Front\DefaultController::noAction