diff options
| author | michael pereira | 2011-03-30 17:23:30 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-30 17:23:30 +0200 |
| commit | a29a04821929e737a436b842e519845d0d29da94 (patch) | |
| tree | a855b6cc3bfbff0399eba5c22a540dcf90932626 /application/modules/user/controllers/BootisoController.php | |
| parent | FBGui angepasst (button) (diff) | |
| download | pbs2-a29a04821929e737a436b842e519845d0d29da94.tar.gz pbs2-a29a04821929e737a436b842e519845d0d29da94.tar.xz pbs2-a29a04821929e737a436b842e519845d0d29da94.zip | |
Bootos & Bootiso
Diffstat (limited to 'application/modules/user/controllers/BootisoController.php')
| -rw-r--r-- | application/modules/user/controllers/BootisoController.php | 4 |
1 files changed, 2 insertions, 2 deletions
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)) { |
