summaryrefslogtreecommitdiffstats
path: root/application/modules/user/controllers/BootisoController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/controllers/BootisoController.php')
-rw-r--r--application/modules/user/controllers/BootisoController.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/modules/user/controllers/BootisoController.php b/application/modules/user/controllers/BootisoController.php
index 7b2a1e0..d015b76 100644
--- a/application/modules/user/controllers/BootisoController.php
+++ b/application/modules/user/controllers/BootisoController.php
@@ -84,10 +84,9 @@ class user_BootisoController extends Zend_Controller_Action {
$this->view->bootisolist[] = $b;
}
}
-
- $this->view->download = array();
$this->view->bootisolist = array_reverse($this->view->bootisolist);
-
+
+ $this->view->download = array();
$preboottypeMapper = new Application_Model_PreBootTypeMapper();
$prebootMapper = new Application_Model_PreBootMapper();