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 21:48:39 +0800
Commit
d9bdb439ec82ea6729295437b1be07e0fbedf64d
1 parent
017e6143
code review by hf: fixes bug to add shopping to cart
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 @
d9bdb43
...
...
@@ -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