From ed53ab2424d553d5fc5560ddcdd221ed93688e8c Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 26 Jan 2012 20:32:39 +0100 Subject: Bootiso download fix --- application/modules/user/controllers/BootisoController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules') diff --git a/application/modules/user/controllers/BootisoController.php b/application/modules/user/controllers/BootisoController.php index 2136e5f..8d037e8 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($prebootMapper->findBy(array('serialnumber' => $bootiso->getSerialnumber(), 'preboottypeID' => $bootiso->getPreboottypeID())) != null){ + if(!empty($prebootMapper->findBy(array('serialnumber' => $bootiso->getSerialnumber(), 'preboottypeID' => $bootiso->getPreboottypeID())))){ $this->view->download[$bootiso->getID()] = true; } if($bootiso->getExpires() == "") { -- cgit v1.2.3-55-g7522