diff options
Diffstat (limited to 'h-source/Application/Controllers/ThreegcardsController.php')
-rw-r--r-- | h-source/Application/Controllers/ThreegcardsController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/ThreegcardsController.php b/h-source/Application/Controllers/ThreegcardsController.php index 173466c..3824fe0 100644 --- a/h-source/Application/Controllers/ThreegcardsController.php +++ b/h-source/Application/Controllers/ThreegcardsController.php @@ -50,7 +50,7 @@ class ThreegcardsController extends GenericController 'comm_year:sanitizeString' => 'undef', 'wifi_works:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', - 'sort-by:sanitizeString' => 'undef', + 'sort-by:sanitizeString' => 'wifi-works', 'search_string:sanitizeString' => 'undef' ); @@ -124,4 +124,4 @@ class ThreegcardsController extends GenericController parent::talk($lang, $id_hard, $token); } -}
\ No newline at end of file +} |