From a29a04821929e737a436b842e519845d0d29da94 Mon Sep 17 00:00:00 2001 From: michael pereira Date: Wed, 30 Mar 2011 17:23:30 +0200 Subject: Bootos & Bootiso --- application/modules/user/controllers/BootisoController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 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 73462eb..8f61838 100644 --- a/application/modules/user/controllers/BootisoController.php +++ b/application/modules/user/controllers/BootisoController.php @@ -140,10 +140,10 @@ class user_BootisoController extends Zend_Controller_Action $prebootlist = $prebootMapper->findBy("groupID", $groupID); if (!isset($_POST["createbootiso"])){ - $bootisoForm = new user_Form_Bootiso(array('action' => 'createbootiso','prebootlist' => $prebootlist, 'groupdepth' => $childgroups)); + $bootisoForm = new user_Form_Bootiso(array('action' => 'createbootiso','prebootlist' => $prebootlist, 'groupdepth' => $childgroups, 'rights' => null)); } else { - $bootisoForm = new user_Form_Bootiso(array('action' => 'createbootiso','prebootlist' => $prebootlist, 'groupdepth' => $childgroups),$_POST); + $bootisoForm = new user_Form_Bootiso(array('action' => 'createbootiso','prebootlist' => $prebootlist, 'groupdepth' => $childgroups, 'rights' => null),$_POST); if ($bootisoForm->isValid($_POST)) { -- cgit v1.2.3-55-g7522