diff options
author | Ian Gilfillan <ian@greenman.co.za> | 2016-07-11 22:24:20 +0000 |
---|---|---|
committer | Ian Gilfillan <ian@greenman.co.za> | 2016-07-11 22:24:20 +0000 |
commit | c30141e10fb9eb9ff4be8fa87d49d3a86abe1a3d (patch) | |
tree | d9a92d7b2730b9373125d83697c5c639636d99b8 /h-source/Application/Controllers/NotebooksController.php | |
parent | 55505848eaf681e378e0a34af204da10566254e9 (diff) |
Sort each hardware category by compatibility
Diffstat (limited to 'h-source/Application/Controllers/NotebooksController.php')
-rw-r--r-- | h-source/Application/Controllers/NotebooksController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |