From c45eb1aa078f9e83c8f3c6b10e591a76bfb2f3a9 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 22:43:19 +0100 Subject: getprebootserials download check --- application/modules/user/controllers/BootisoController.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'application/modules/user/controllers/BootisoController.php') 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(); -- cgit v1.2.3-55-g7522