From a7695000ab0da136a573009a8fdafa27699801d8 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 20:34:00 +0100 Subject: Bootiso download fix --- application/modules/user/controllers/BootisoController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/user/controllers/BootisoController.php b/application/modules/user/controllers/BootisoController.php index 8d037e8..bd6793c 100644 --- a/application/modules/user/controllers/BootisoController.php +++ b/application/modules/user/controllers/BootisoController.php @@ -96,7 +96,7 @@ class user_BootisoController extends Zend_Controller_Action { $bootiso->setGroupID("[".$bootiso->getGroupID()."] ".$groupMapper->find($bootiso->getGroupID())->getTitle()); $bootiso->setPreBootTypeID($preboottypeMapper->find($bootiso->getPreBootTypeID())->getName()); $bootiso->setCreated(date(Zend_Registry::get('dateformat'), $bootiso->getCreated())); - if(!empty($prebootMapper->findBy(array('serialnumber' => $bootiso->getSerialnumber(), 'preboottypeID' => $bootiso->getPreboottypeID())))){ + if(count($prebootMapper->findBy(array('serialnumber' => $bootiso->getSerialnumber(), 'preboottypeID' => $bootiso->getPreboottypeID()))) != 0){ $this->view->download[$bootiso->getID()] = true; } if($bootiso->getExpires() == "") { -- cgit v1.2.3-55-g7522