summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Bootiso.php
diff options
context:
space:
mode:
authormichael pereira2011-04-05 19:33:19 +0200
committermichael pereira2011-04-05 19:33:19 +0200
commit3a6c9972b59b11dc98b76ee51446d5568ef0f519 (patch)
treeb0b93ab6630b09c12a94e7e97fb5bd7783754fca /application/modules/user/forms/Bootiso.php
parentDates angepasst (diff)
downloadpbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.tar.gz
pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.tar.xz
pbs2-3a6c9972b59b11dc98b76ee51446d5568ef0f519.zip
Forms Rechte angepasst, Views angepasst
Diffstat (limited to 'application/modules/user/forms/Bootiso.php')
-rw-r--r--application/modules/user/forms/Bootiso.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/application/modules/user/forms/Bootiso.php b/application/modules/user/forms/Bootiso.php
index 1facf94..10bd53d 100644
--- a/application/modules/user/forms/Bootiso.php
+++ b/application/modules/user/forms/Bootiso.php
@@ -6,12 +6,8 @@ class user_Form_Bootiso extends Zend_Form
private $prebootlist;
private $groupdepth;
private $action;
- private $rights;
private $page;
- public function setRights($rights){
- $this->rights = $rights;
- }
public function setAction($action){
$this->action = $action;
}
@@ -30,7 +26,7 @@ class user_Form_Bootiso extends Zend_Form
$this->setName($this->action);
$this->setMethod('post');
- if ($this->rights == 'meta')
+ if (Pbs_Acl::checkRight('bem'))
$meta = true;
else
$meta = null;