aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-09-14 22:21:12 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-09-14 22:21:12 +0000
commit377b513193b4d0c155eafa2f2cf13592190be17f (patch)
tree095871f9bd1318d4bf86cf36593b22529fa8a2ca /h-source/Application/Controllers/DownloadController.php
parent50efe9731fdf489b4bbc2669766010075691df08 (diff)
improved the way validate conditions are set
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index 20d00a3..d44d343 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -69,7 +69,7 @@ class DownloadController extends BaseController
}
if ($type === 'notebook')
{
- $xml .= "\t\t<architecture>".$row['hardware']['architecture']."</architecture>\n";
+ $xml .= "\t\t<architecture>".translate($row['hardware']['architecture'])."</architecture>\n";
$xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n";
}