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
yangyang
9 years ago
Commit
489ada454ef8058e1c40800c71d85d3a112be744
1 parent
09970644
save
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Search.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Search.php
View file @
489ada4
...
...
@@ -42,6 +42,7 @@ class SearchController extends WebAction
$searchData
[
'search'
][
'keyWord'
]
=
isset
(
$data
[
'list'
][
'keyWord'
])
?
$data
[
'list'
][
'keyWord'
]
:
''
;
$searchData
[
'search'
][
'searchActionUrl'
]
=
isset
(
$data
[
'list'
][
'searchActionUrl'
])
?
$data
[
'list'
][
'searchActionUrl'
]
:
''
;
$searchData
[
'search'
][
'latestWalk'
]
=
7
;
$searchData
[
'criteo'
]
=
array
(
'skn'
=>
array
());
$this
->
_view
->
display
(
'no-result'
,
$searchData
);
exit
;
}
...
...
Please
register
or
login
to post a comment