summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Bootos.php
diff options
context:
space:
mode:
authormichael pereira2011-04-11 15:15:00 +0200
committermichael pereira2011-04-11 15:15:00 +0200
commit97383600c745298d595e6ee6258cc0f0e769c65a (patch)
tree919ad049b81c9472ee8abe23a1814e420f7a8281 /application/modules/user/forms/Bootos.php
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-97383600c745298d595e6ee6258cc0f0e769c65a.tar.gz
pbs2-97383600c745298d595e6ee6258cc0f0e769c65a.tar.xz
pbs2-97383600c745298d595e6ee6258cc0f0e769c65a.zip
fixes
Diffstat (limited to 'application/modules/user/forms/Bootos.php')
-rw-r--r--application/modules/user/forms/Bootos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php
index 6edc7eb..5420a83 100644
--- a/application/modules/user/forms/Bootos.php
+++ b/application/modules/user/forms/Bootos.php
@@ -28,7 +28,7 @@ class user_Form_Bootos extends Zend_Form
$this->setName("BootOsCreate");
$this->setMethod('post');
- if (!Pbs_Acl::checkRight('boe'))
+ if (!Pbs_Acl::checkRight('boe') && $this->action == 'editbootos')
$meta = true;
else
$meta = null;