summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Preboot.php
diff options
context:
space:
mode:
authorSimon2011-04-11 15:20:08 +0200
committerSimon2011-04-11 15:20:08 +0200
commite2efbc3d4c4c52a0fd86a7a5d81c9ae05fce27f0 (patch)
tree07c0e8f79e35a005a25efa4cb6edf3af82102ad6 /application/modules/user/forms/Preboot.php
parentfallbacks in session hinzugefügt (diff)
parentfixes (diff)
downloadpbs2-e2efbc3d4c4c52a0fd86a7a5d81c9ae05fce27f0.tar.gz
pbs2-e2efbc3d4c4c52a0fd86a7a5d81c9ae05fce27f0.tar.xz
pbs2-e2efbc3d4c4c52a0fd86a7a5d81c9ae05fce27f0.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/forms/Preboot.php')
-rw-r--r--application/modules/user/forms/Preboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/forms/Preboot.php b/application/modules/user/forms/Preboot.php
index 9d2f3aa..404a559 100644
--- a/application/modules/user/forms/Preboot.php
+++ b/application/modules/user/forms/Preboot.php
@@ -18,7 +18,7 @@ class user_Form_Preboot extends Zend_Form
$this->setName($this->action);
$this->setMethod('post');
- if ((!Pbs_Acl::checkRight('pre') && $this->action == 'editpreboot'))
+ if (!Pbs_Acl::checkRight('pre') && $this->action == 'editpreboot')
$meta = true;
else
$meta = null;