aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:29:47 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-06-13 13:29:47 +0000
commitfad53c421cae174bcdfd6d6d4ffdaa5da40a2c5c (patch)
tree1a3151cf24b602882078c731e276ac678d832b38 /h-source/Application/Controllers
parent7a87cc75fb4b8bc7d5545f5478f1afeea13bf791 (diff)
adding motherboards - part 1
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r--h-source/Application/Controllers/NotebooksController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php
index 20d3156..f84be07 100644
--- a/h-source/Application/Controllers/NotebooksController.php
+++ b/h-source/Application/Controllers/NotebooksController.php
@@ -51,7 +51,7 @@ class NotebooksController extends GenericController
"+++checkIsStrings|".Notebooks::$subtypeSelect => "subtype",
"++++checkIsStrings|".Notebooks::wifiList() => "wifi_works",
"+++++checkIsStrings|".Notebooks::videoList() => "video_card_works",
- "++++++checkIsStrings|".Notebooks::$biosSelect => "bios",
+ "++++++checkIsStrings|".Notebooks::biosList() => "bios",
"+++++++checkIsStrings|".Notebooks::webcamList() => "webcam_works",
"++++++++checkIsStrings|".Notebooks::architectureList() => "architecture",
"+++++++++checkIsStrings|".Notebooks::$installableSelect => "can_free_systems_be_installed",