Authored by hf

fixes bug to home page login show status

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