From c30141e10fb9eb9ff4be8fa87d49d3a86abe1a3d Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Mon, 11 Jul 2016 22:24:20 +0000 Subject: Sort each hardware category by compatibility --- h-source/Application/Controllers/NotebooksController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Controllers/NotebooksController.php') diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php index 02ffbea..1daf894 100644 --- a/h-source/Application/Controllers/NotebooksController.php +++ b/h-source/Application/Controllers/NotebooksController.php @@ -81,7 +81,7 @@ class NotebooksController extends GenericController 'compatibility:sanitizeString' => 'undef', 'comm_year:sanitizeString' => 'undef', 'subtype:sanitizeString' => 'undef', - 'sort-by:sanitizeString' => 'undef', + 'sort-by:sanitizeString' => 'compatibility', 'bios:sanitizeString' => 'undef', 'architecture:sanitizeString' => 'undef', 'search_string:sanitizeString' => 'undef' @@ -156,4 +156,4 @@ class NotebooksController extends GenericController parent::talk($lang, $id_hard, $token); } -} \ No newline at end of file +} -- cgit v1.2.3