match value fix

This commit is contained in:
SJ 2013-10-07 15:43:50 +02:00
parent f08269603f
commit 2aa3520af7

View File

@ -166,6 +166,7 @@ class ModelSearchSearch extends Model {
}
if($match == " ") { $match = ""; }
if($data['sort'] == 'from' || $data['sort'] == 'subj') { $sortorder = ''; }