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
whb
9 years ago
Commit
e72b202dfe46cf7e3c295864b80f67f311e798c8
1 parent
7e4fb017
第三方没有登录
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Action/WebAction.php
library/Action/WebAction.php
View file @
e72b202
...
...
@@ -386,7 +386,7 @@ class WebAction extends Controller_Abstract
if
(
!
$this
->
_useSession
)
{
$useSession
=
false
;
}
//$useSession = false;
$useSession
=
false
;
//第三方登录没有上线,从cookie获取
if
(
!
$this
->
_uid
)
{
$cookie
=
$this
->
getCookie
(
'_UID'
);
...
...
Please
register
or
login
to post a comment