[-] CORE : fixed bug #PSCFV-4759

This commit is contained in:
vAugagneur
2012-10-09 13:52:08 +00:00
parent e27869c113
commit e15d85eb90
6 changed files with 6 additions and 8 deletions
@@ -29,7 +29,6 @@ class GuestTrackingControllerCore extends FrontController
{
public $ssl = true;
public $php_self = 'guest-tracking';
public $display_column_left = false;
/**
* Initialize guest tracking controller
@@ -37,6 +36,7 @@ class GuestTrackingControllerCore extends FrontController
*/
public function init()
{
$this->display_column_left = false;
parent::init();
if ($this->context->customer->isLogged())
Tools::redirect('history.php');