Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d938a767777f42981ec104313878f5d152f06c84
Authored by
Alexey Boroda
2016-12-01 13:58:29 +0200
2 parents
eb190b1f
68f06691
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
helpers/FilterHelper.php
Inline
Side-by-side
helpers/FilterHelper.php
Wrap text
Show/Hide comments
View file @
d938a76
...
...
@@ -246,7 +246,7 @@
246
246
*/
247
247
foreach ($params as $param) {
248
248
249
- if(iconv_strlen($param) >
5
){
249
+ if(iconv_strlen($param) >
= 3
){
250
250
$conditions[] = [
251
251
'or',
252
252
[
...
...