diff options
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/DownloadController.php | 4 | ||||
-rw-r--r-- | h-source/Application/Controllers/NotebooksController.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index 99fb06a..20d00a3 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -48,12 +48,12 @@ class DownloadController extends BaseController $xml = null; $xml = "<?xml version='1.0' encoding='UTF-8'?>\n"; $xml .= "<hardware>\n"; - $xml .= "\t<general_informations>\n"; + $xml .= "\t<general_information>\n"; $xml .= "\t\t<credits>h-node project</credits>\n"; $xml .= "\t\t<link>www.h-node.com</link>\n"; $xml .= "\t\t<date>".date("Y-m-d H:i:s")."</date>\n"; $xml .= "\t\t<license>".License::getInsideXml()."</license>\n"; - $xml .= "\t</general_informations>\n"; + $xml .= "\t</general_information>\n"; foreach ($res as $row) { 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( |