aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/SdcardreadersController.php
diff options
context:
space:
mode:
authorIan Gilfillan <ian@greenman.co.za>2016-07-11 22:24:20 +0000
committerIan Gilfillan <ian@greenman.co.za>2016-07-11 22:24:20 +0000
commitc30141e10fb9eb9ff4be8fa87d49d3a86abe1a3d (patch)
treed9a92d7b2730b9373125d83697c5c639636d99b8 /h-source/Application/Controllers/SdcardreadersController.php
parent55505848eaf681e378e0a34af204da10566254e9 (diff)
Sort each hardware category by compatibility
Diffstat (limited to 'h-source/Application/Controllers/SdcardreadersController.php')
-rw-r--r--h-source/Application/Controllers/SdcardreadersController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/SdcardreadersController.php b/h-source/Application/Controllers/SdcardreadersController.php
index 78ba530..9d156cf 100644
--- a/h-source/Application/Controllers/SdcardreadersController.php
+++ b/h-source/Application/Controllers/SdcardreadersController.php
@@ -54,7 +54,7 @@ class SdcardreadersController extends GenericController
'comm_year:sanitizeString' => 'undef',
'sd_card_works:sanitizeString' => 'undef',
'interface:sanitizeString' => 'undef',
- 'sort-by:sanitizeString' => 'undef',
+ 'sort-by:sanitizeString' => 'sdcard-works',
'search_string:sanitizeString' => 'undef'
);
@@ -128,4 +128,4 @@ class SdcardreadersController extends GenericController
parent::talk($lang, $id_hard, $token);
}
-} \ No newline at end of file
+}