diff options
Diffstat (limited to 'h-source/Application/Controllers/EthernetcardsController.php')
-rw-r--r-- | h-source/Application/Controllers/EthernetcardsController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/EthernetcardsController.php b/h-source/Application/Controllers/EthernetcardsController.php index 897e0ea..0425122 100644 --- a/h-source/Application/Controllers/EthernetcardsController.php +++ b/h-source/Application/Controllers/EthernetcardsController.php @@ -54,7 +54,7 @@ class EthernetcardsController extends GenericController 'comm_year:sanitizeString' => 'undef', 'ethernet_card_works:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', - 'sort-by:sanitizeString' => 'undef', + 'sort-by:sanitizeString' => 'ethernet-works', 'search_string:sanitizeString' => 'undef' ); @@ -128,4 +128,4 @@ class EthernetcardsController extends GenericController parent::talk($lang, $id_hard, $token); } -}
\ No newline at end of file +} |