aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-09-16 19:33:35 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-09-16 19:33:35 +0000
commit1db259e769ea5a50c0d9969da0b4dc9b14c66b5b (patch)
tree22b580dd9bc5afe43e2b1ed2ad7b54356f57a1f1 /h-source/Application/Controllers
parentba43829fd37a59edd063dce46b33dd430bc5f6a1 (diff)
improved the "can free operating systems be installed?"
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 9222743..252803c 100644
--- a/h-source/Application/Controllers/NotebooksController.php
+++ b/h-source/Application/Controllers/NotebooksController.php
@@ -54,7 +54,7 @@ class NotebooksController extends GenericController
"++++++checkIsStrings|".Notebooks::biosList() => "bios",
"+++++++checkIsStrings|".Notebooks::webcamList() => "webcam_works",
"++++++++checkIsStrings|".Notebooks::architectureList() => "architecture",
- "+++++++++checkIsStrings|".Notebooks::$installableSelect => "can_free_systems_be_installed",
+ "+++++++++checkIsStrings|".Notebooks::installableList() => "can_free_systems_be_installed",
"++++++++++checkIsStrings|".Notebooks::preventWifiList() => "prevent_wifi",
);