summaryrefslogtreecommitdiffstats
path: root/application/modules/user
diff options
context:
space:
mode:
authorMichael Neves2012-01-26 22:43:19 +0100
committerMichael Neves2012-01-26 22:43:19 +0100
commitc45eb1aa078f9e83c8f3c6b10e591a76bfb2f3a9 (patch)
tree147005a908fc1911d7e610f5cb7f5c07bb2bda06 /application/modules/user
parentgetprebootserials download check (diff)
downloadpbs2-c45eb1aa078f9e83c8f3c6b10e591a76bfb2f3a9.tar.gz
pbs2-c45eb1aa078f9e83c8f3c6b10e591a76bfb2f3a9.tar.xz
pbs2-c45eb1aa078f9e83c8f3c6b10e591a76bfb2f3a9.zip
getprebootserials download check
Diffstat (limited to 'application/modules/user')
-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();