gui fixes

This commit is contained in:
SJ
2014-06-03 23:17:43 +02:00
parent ccc7ad20da
commit f6a39fcd1d
2 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,9 @@ class ControllerSearchHelper extends Controller {
$match = preg_replace("/OR/", "|", $match);
$this->a['match'] = preg_split("/ /", $match);
$this->a['sort'] = "date";
$this->a['order'] = 0;
}