Authored by hf

fixes bug to home page login show status

... ... @@ -50,7 +50,7 @@ class HomeController extends AbstractAction
'cartUrl' => Helpers::url('/cart/index/index', null),
'signinUrl' => Helpers::url('/signin.html', array('refer' => Helpers::url('/home')) ),
);
$uid = $this->getUid(true);
$uid = $this->getUid(false);
if ($uid) {
$data['isLogin'] = true;
$udid = $this->getUdid();
... ...