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
Plain Diff
Browse Files
Authored by
hf
2015-12-20 21:49:02 +0800
Commit
d94db176bdfbfcea65371f8a1594146475883591
2 parents
cc13e769
d9bdb439
code review by hf: fixes bug to add shopping to cart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
d94db17
...
...
@@ -130,7 +130,10 @@ class Helpers
public
static
function
getShoppingKeyByCookie
()
{
$cookie
=
isset
(
$_COOKIE
[
'_Spk'
])
?
$_COOKIE
[
'_Spk'
]
:
''
;
<<<<<<<
HEAD
=======
>>>>>>>
develop
return
$cookie
;
}
...
...
Please
register
or
login
to post a comment