diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-22 06:13:52 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-08-22 06:13:52 +0000 |
commit | 0721f5e55bf8ae501e15880f9ae243a58eadd00b (patch) | |
tree | a57f95c36c57af8c192efe6f7e31b45482786303 /h-source/Application/Controllers/NotebooksController.php | |
parent | af545a1469350e9cd6ce6ca3925184b601bae27d (diff) |
chenged label for architecture
Diffstat (limited to 'h-source/Application/Controllers/NotebooksController.php')
-rw-r--r-- | h-source/Application/Controllers/NotebooksController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php index 470edc2..103ac05 100644 --- a/h-source/Application/Controllers/NotebooksController.php +++ b/h-source/Application/Controllers/NotebooksController.php @@ -55,7 +55,7 @@ class NotebooksController extends GenericController "+++++checkIsStrings|".Notebooks::videoList() => "video_card_works", "++++++checkIsStrings|".Notebooks::$biosSelect => "bios", "+++++++checkIsStrings|".Notebooks::webcamList() => "webcam_works", - "++++++++checkIsStrings|".Notebooks::$architectureSelect => "architecture", + "++++++++checkIsStrings|".Notebooks::architectureList() => "architecture", ); $this->m['HardwareModel']->strongConditions['insert'] = array( @@ -71,7 +71,7 @@ class NotebooksController extends GenericController "+++++checkIsStrings|".Notebooks::videoList() => "video_card_works", "++++++checkIsStrings|".Notebooks::$biosSelect => "bios", "+++++++checkIsStrings|".Notebooks::webcamList() => "webcam_works", - "++++++++checkIsStrings|".Notebooks::$architectureSelect => "architecture", + "++++++++checkIsStrings|".Notebooks::architectureList() => "architecture", ); $this->m['HardwareModel']->softConditions['update'] = array( |