aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-11-02 22:41:55 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-11-02 22:41:55 +0000
commitaf9ebb768c29651c23fbf140149ff9bbe56a5b92 (patch)
tree34baa6a84bf5de3f3f4d8229466b5ba7e9fab792 /h-source/Application/Controllers/DownloadController.php
parent559bc640d5fba84451c0275c464b3752ceac116e (diff)
improved download controller
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index 2ff5429..eea949a 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -66,6 +66,7 @@ class DownloadController extends BaseController
if ($type === 'notebook')
{
$xml .= "\t\t<subtype>".$row['hardware']['subtype']."</subtype>\n";
+ $xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n";
}
$xml .= "\t\t<model_name>".$row['hardware']['model']."</model_name>\n";