summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms/Preboot.php
diff options
context:
space:
mode:
authorSimon2011-04-25 13:48:57 +0200
committerSimon2011-04-25 13:48:57 +0200
commit44706d9b06bd2ea3dfbdeb7a9dedce6c62993e65 (patch)
tree3365419d99b00b434bc7e421b6043b0fc93f4e82 /application/modules/user/forms/Preboot.php
parentFehlermeldungen in GroupsGroupsMapper korrigiert (diff)
parentupload data fix (diff)
downloadpbs2-44706d9b06bd2ea3dfbdeb7a9dedce6c62993e65.tar.gz
pbs2-44706d9b06bd2ea3dfbdeb7a9dedce6c62993e65.tar.xz
pbs2-44706d9b06bd2ea3dfbdeb7a9dedce6c62993e65.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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/user/forms/Preboot.php b/application/modules/user/forms/Preboot.php
index 54dc216..f1a609f 100644
--- a/application/modules/user/forms/Preboot.php
+++ b/application/modules/user/forms/Preboot.php
@@ -27,7 +27,8 @@ class user_Form_Preboot extends Zend_Form
{
$this->setName($this->action);
$this->setMethod('post');
-
+ $this->setEnctype("multipart/form-data");
+
if (!Pbs_Acl::checkRight('pre') && $this->action == 'editpreboot')
$meta = true;
else