mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
match value fix
This commit is contained in:
@ -166,6 +166,7 @@ class ModelSearchSearch extends Model {
|
||||
}
|
||||
|
||||
|
||||
if($match == " ") { $match = ""; }
|
||||
|
||||
if($data['sort'] == 'from' || $data['sort'] == 'subj') { $sortorder = ''; }
|
||||
|
||||
|
Reference in New Issue
Block a user