mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:07:03 +02:00
gui fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user