diff options
Diffstat (limited to 'h-source/Application/Controllers/BluetoothController.php')
-rw-r--r-- | h-source/Application/Controllers/BluetoothController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/BluetoothController.php b/h-source/Application/Controllers/BluetoothController.php index f46a3f9..006399d 100644 --- a/h-source/Application/Controllers/BluetoothController.php +++ b/h-source/Application/Controllers/BluetoothController.php @@ -54,7 +54,8 @@ class BluetoothController extends GenericController 'comm_year:sanitizeString' => 'undef', 'bluetooth_works:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', - 'sort-by:sanitizeString' => 'undef' + 'sort-by:sanitizeString' => 'undef', + 'search_string:sanitizeString' => 'undef' ); $this->setArgKeys($argKeys); |