Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-12-20 18:07:43 +0800
Commit
64e16a81beca80745789f72ea0725393e8b08f00
1 parent
dd0efa2e
code review by hf: fixes bug refs YW-1720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
64e16a8
...
...
@@ -129,7 +129,7 @@ class Helpers
*/
public
static
function
getShoppingKeyByCookie
()
{
$cookie
=
isset
(
$_COOKIE
[
'_
spk'
])
?
$_COOKIE
[
'_s
pk'
]
:
''
;
$cookie
=
isset
(
$_COOKIE
[
'_
Spk'
])
?
$_COOKIE
[
'_S
pk'
]
:
''
;
return
$cookie
;
}
...
...
Please
register
or
login
to post a comment