diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-22 18:34:21 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-01-22 18:34:21 +0000 |
commit | 5c070e7110bba5f825cbefab0b7546b0e116915a (patch) | |
tree | dea1a3b67b157e0cfbae486565458a2398543b66 /h-source/Application/Controllers | |
parent | b4b66007baf1304aefe1ea74a62a967fd96addcc (diff) |
mobile version: added the detail page for notebooks
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/AcquisitioncardsController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/AcquisitioncardsController.php b/h-source/Application/Controllers/AcquisitioncardsController.php index b248969..bdab8f3 100644 --- a/h-source/Application/Controllers/AcquisitioncardsController.php +++ b/h-source/Application/Controllers/AcquisitioncardsController.php @@ -52,7 +52,7 @@ class AcquisitioncardsController extends GenericController 'history_page:forceNat' => 1, 'vendor:sanitizeString' => 'undef', 'comm_year:sanitizeString' => 'undef', - 'compatibility:sanitizeString' => 'undef', + 'compatibility:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', 'sort-by:sanitizeString' => 'undef' ); |