diff --git a/framework/base/router.class.php b/framework/base/router.class.php index d970cd7c96..e56eef1334 100644 --- a/framework/base/router.class.php +++ b/framework/base/router.class.php @@ -770,6 +770,7 @@ class baseRouter $account = isset($_SESSION['user']) ? $_SESSION['user']->account : ''; if(empty($account) and isset($_POST['account'])) $account = $_POST['account']; if(empty($account) and isset($_GET['account'])) $account = $_GET['account']; + if(empty($account)) $account = $this->cookie->za; $vision = ''; if($this->config->installed and validater::checkAccount($account))