Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-12-08 08:09:27 +0800
Commit
fed3481150cf33f939dc4d91df739138c114b370
1 parent
505ee702
fixes bug to home page login show status
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
library/Action/AbstractAction.php
library/Action/AbstractAction.php
View file @
fed3481
...
...
@@ -298,7 +298,8 @@ class AbstractAction extends Controller_Abstract
if
(
!
$this
->
_useSession
)
{
$useSession
=
false
;
}
$useSession
=
false
;
if
(
!
$this
->
_uid
)
{
$cookie
=
$this
->
getCookie
(
'_UID'
);
if
(
!
empty
(
$cookie
))
{
...
...
Please
register
or
login
to post a comment