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
hf
2015-12-20 22:20:33 +0800
Commit
0dac8b49196f3747ac86e4e47a0509a076e47bec
1 parent
32c76b3b
code review by hf: do merge liangzhifeng codes
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
0dac8b4
...
...
@@ -130,10 +130,7 @@ class Helpers
public
static
function
getShoppingKeyByCookie
()
{
$cookie
=
isset
(
$_COOKIE
[
'_Spk'
])
?
$_COOKIE
[
'_Spk'
]
:
''
;
<<<<<<<
HEAD
=======
>>>>>>>
develop
return
$cookie
;
}
...
...
Please
register
or
login
to post a comment