diff options
Diffstat (limited to 'h-source/Application/Controllers/SoundcardsController.php')
-rw-r--r-- | h-source/Application/Controllers/SoundcardsController.php | 3 |
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); |