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:11 +0800
Commit
cc13e7694654f41a055ed75a7a75df189cb3953c
1 parent
9ee09532
code review by hf: fixes bug to add shopping to cart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
cc13e76
...
...
@@ -129,7 +129,8 @@ class Helpers
*/
public
static
function
getShoppingKeyByCookie
()
{
$cookie
=
isset
(
$_COOKIE
[
'_spk'
])
?
$_COOKIE
[
'_spk'
]
:
''
;
$cookie
=
isset
(
$_COOKIE
[
'_Spk'
])
?
$_COOKIE
[
'_Spk'
]
:
''
;
return
$cookie
;
}
...
...
Please
register
or
login
to post a comment