[+] Dispatcher

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7069 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2011-06-15 16:32:06 +00:00
parent fbe279894a
commit 4a210f98d9
140 changed files with 936 additions and 534 deletions
+3 -3
View File
@@ -40,7 +40,7 @@ class AuthControllerCore extends FrontController
parent::preProcess();
if (self::$cookie->isLogged() AND !Tools::isSubmit('ajax'))
Tools::redirect('my-account.php');
Tools::redirect('index.php?controller=my-account');
if (Tools::getValue('create_account'))
{
@@ -203,7 +203,7 @@ class AuthControllerCore extends FrontController
}
if ($back = Tools::getValue('back'))
Tools::redirect($back);
Tools::redirect('my-account.php');
Tools::redirect('index.php?controller=my-account');
}
}
}
@@ -272,7 +272,7 @@ class AuthControllerCore extends FrontController
{
if ($back = Tools::getValue('back'))
Tools::redirect($back);
Tools::redirect('my-account.php');
Tools::redirect('index.php?controller=my-account');
}
}
}