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