aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application')
-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";