diff options
| author | michael pereira | 2011-04-11 15:15:00 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-11 15:15:00 +0200 |
| commit | 97383600c745298d595e6ee6258cc0f0e769c65a (patch) | |
| tree | 919ad049b81c9472ee8abe23a1814e420f7a8281 /application/modules/user/forms/Preboot.php | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-97383600c745298d595e6ee6258cc0f0e769c65a.tar.gz pbs2-97383600c745298d595e6ee6258cc0f0e769c65a.tar.xz pbs2-97383600c745298d595e6ee6258cc0f0e769c65a.zip | |
fixes
Diffstat (limited to 'application/modules/user/forms/Preboot.php')
| -rw-r--r-- | application/modules/user/forms/Preboot.php | 2 |
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; |
