mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:50:11 +01:00
match value fix
This commit is contained in:
parent
f08269603f
commit
2aa3520af7
@ -166,6 +166,7 @@ class ModelSearchSearch extends Model {
|
||||
}
|
||||
|
||||
|
||||
if($match == " ") { $match = ""; }
|
||||
|
||||
if($data['sort'] == 'from' || $data['sort'] == 'subj') { $sortorder = ''; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user