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/SoundcardsController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Controllers/SoundcardsController.php') diff --git a/h-source/Application/Controllers/SoundcardsController.php b/h-source/Application/Controllers/SoundcardsController.php index e48a6fb..fff5e77 100644 --- a/h-source/Application/Controllers/SoundcardsController.php +++ b/h-source/Application/Controllers/SoundcardsController.php @@ -50,7 +50,7 @@ class SoundcardsController extends GenericController 'comm_year:sanitizeString' => 'undef', 'sound_card_works:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', - 'sort-by:sanitizeString' => 'undef', + 'sort-by:sanitizeString' => 'sound-card-works', 'search_string:sanitizeString' => 'undef' ); @@ -124,4 +124,4 @@ class SoundcardsController extends GenericController parent::talk($lang, $id_hard, $token); } -} \ No newline at end of file +} -- cgit v1.2.3