diff options
Diffstat (limited to 'h-source/Application/Controllers/VideocardsController.php')
-rw-r--r-- | h-source/Application/Controllers/VideocardsController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/VideocardsController.php b/h-source/Application/Controllers/VideocardsController.php index ad6c0ef..477e335 100644 --- a/h-source/Application/Controllers/VideocardsController.php +++ b/h-source/Application/Controllers/VideocardsController.php @@ -51,6 +51,7 @@ class VideocardsController extends GenericController 'video_card_works:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', 'sort-by:sanitizeString' => 'undef', + 'search_string:sanitizeString' => 'undef' ); $this->setArgKeys($argKeys); |