diff options
Diffstat (limited to 'h-source/Application/Controllers/NotebooksController.php')
-rw-r--r-- | h-source/Application/Controllers/NotebooksController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php index 6cac56e..e05fd75 100644 --- a/h-source/Application/Controllers/NotebooksController.php +++ b/h-source/Application/Controllers/NotebooksController.php @@ -83,6 +83,7 @@ class NotebooksController extends GenericController 'sort-by:sanitizeString' => 'undef', 'bios:sanitizeString' => 'undef', 'architecture:sanitizeString' => 'undef', + 'search_string:sanitizeString' => 'undef' ); $this->setArgKeys($argKeys); |