[-] BO : fix #PSCFV-4848

This commit is contained in:
lLefevre
2012-10-10 09:14:02 +00:00
parent f69c0b58a0
commit 4e9f015ead
3 changed files with 3 additions and 2 deletions
@@ -44,7 +44,7 @@ class FavoriteproductsAccountModuleFrontController extends ModuleFrontController
parent::initContent();
if (!Context::getContext()->customer->isLogged())
Tools::redirect('index.php?controller=auth&redirect=module&module=favoriteproducts&action=account');
Tools::redirect('index.php?controller=authentication&redirect=module&module=favoriteproducts&action=account');
if (Context::getContext()->customer->id)
{
@@ -32,6 +32,7 @@ class LoyaltyDefaultModuleFrontController extends ModuleFrontController
{
public function __construct()
{
$this->auth = true;
parent::__construct();
$this->context = Context::getContext();
@@ -42,7 +42,7 @@ class MailalertsAccountModuleFrontController extends ModuleFrontController
parent::initContent();
if (!Context::getContext()->customer->isLogged())
Tools::redirect('index.php?controller=auth&redirect=module&module=mailalerts&action=account');
Tools::redirect('index.php?controller=authentication&redirect=module&module=mailalerts&action=account');
if (Context::getContext()->customer->id)
{