aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-10-18 17:09:49 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-10-18 17:09:49 +0000
commiteeaaf2ed66f1be0468d9c33b8b850a564c8ce44e (patch)
treee39ef752861773d40182fba923c59b1ecaa57ac0 /h-source/Application/Controllers
parent0eec36291b7385d68e3906ef7e65957964de028a (diff)
added filters in the videocards catalogue page and added the possibility to add videocards that do not work
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r--h-source/Application/Controllers/VideocardsController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/VideocardsController.php b/h-source/Application/Controllers/VideocardsController.php
index e95fac6..174359e 100644
--- a/h-source/Application/Controllers/VideocardsController.php
+++ b/h-source/Application/Controllers/VideocardsController.php
@@ -83,6 +83,7 @@ class VideocardsController extends GenericController
'history_page:forceNat' => 1,
'vendor:sanitizeString' => 'undef',
'comm_year:sanitizeString' => 'undef',
+ 'video_card_works:sanitizeString' => 'undef',
'interface:sanitizeString' => 'undef',
'sort-by:sanitizeString' => 'undef',
);
@@ -101,6 +102,7 @@ class VideocardsController extends GenericController
'type' => $this->mod->type,
'vendor' => $this->viewArgs['vendor'],
'comm_year' => $this->viewArgs['comm_year'],
+ 'video_card_works' => $this->viewArgs['video_card_works'],
'interface' => $this->viewArgs['interface'],
);