aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/SoundcardsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/SoundcardsController.php')
-rw-r--r--h-source/Application/Controllers/SoundcardsController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/SoundcardsController.php b/h-source/Application/Controllers/SoundcardsController.php
index 60dffed..e48a6fb 100644
--- a/h-source/Application/Controllers/SoundcardsController.php
+++ b/h-source/Application/Controllers/SoundcardsController.php
@@ -50,7 +50,8 @@ class SoundcardsController extends GenericController
'comm_year:sanitizeString' => 'undef',
'sound_card_works:sanitizeString' => 'undef',
'interface:sanitizeString' => 'undef',
- 'sort-by:sanitizeString' => 'undef'
+ 'sort-by:sanitizeString' => 'undef',
+ 'search_string:sanitizeString' => 'undef'
);
$this->setArgKeys($argKeys);