aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BluetoothController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/BluetoothController.php')
-rw-r--r--h-source/Application/Controllers/BluetoothController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/BluetoothController.php b/h-source/Application/Controllers/BluetoothController.php
index 006399d..eae4b74 100644
--- a/h-source/Application/Controllers/BluetoothController.php
+++ b/h-source/Application/Controllers/BluetoothController.php
@@ -54,7 +54,7 @@ class BluetoothController extends GenericController
'comm_year:sanitizeString' => 'undef',
'bluetooth_works:sanitizeString' => 'undef',
'interface:sanitizeString' => 'undef',
- 'sort-by:sanitizeString' => 'undef',
+ 'sort-by:sanitizeString' => 'bluetooth-works',
'search_string:sanitizeString' => 'undef'
);
@@ -128,4 +128,4 @@ class BluetoothController extends GenericController
parent::talk($lang, $id_hard, $token);
}
-} \ No newline at end of file
+}