fixes bug to home page login show status
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -298,7 +298,8 @@ class AbstractAction extends Controller_Abstract | @@ -298,7 +298,8 @@ class AbstractAction extends Controller_Abstract | ||
298 | if (!$this->_useSession) { | 298 | if (!$this->_useSession) { |
299 | $useSession = false; | 299 | $useSession = false; |
300 | } | 300 | } |
301 | - | 301 | + $useSession = false; |
302 | + | ||
302 | if (!$this->_uid) { | 303 | if (!$this->_uid) { |
303 | $cookie = $this->getCookie('_UID'); | 304 | $cookie = $this->getCookie('_UID'); |
304 | if (!empty($cookie)) { | 305 | if (!empty($cookie)) { |
-
Please register or login to post a comment