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