Merge branch 'ticket-12417-RedirectLogged'

This commit is contained in:
Marion Muszynski 2017-02-01 12:26:47 +01:00
commit 3bc8d1f584

View File

@ -80,7 +80,7 @@ class AuthController extends AuthControllerCore {
Module::hookExec('preprocess'); Module::hookExec('preprocess');
if(self::$cookie->isLogged() && !Tools::isSubmit('ajax')) { if(self::$cookie->isLogged() && !Tools::isSubmit('ajax')) {
Tools::redirect('my-account.php'); Tools::redirect('/');
} }
if(Tools::getValue('create_account')) { if(Tools::getValue('create_account')) {