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
郝肖肖
2016-05-20 15:07:35 +0800
Commit
a68d23c3e2f480a7ff66b4f2d2eda09a5f048c85
1 parent
2a014424
搜索 style 变量不存在
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
a68d23c
...
...
@@ -881,7 +881,7 @@ class HelperSearch
unset(
$params['style']
);
}
$result
= array();
$style
=
$filter['style']
;
$style
=
empty(
$filter['style']
) ? array() :
$filter['style']
;
$styleNum
= 0;
$styleName
= '';
foreach (
$style
as
$v
) {
...
...
Please
register
or
login
to post a comment