diff options
| author | Simon | 2011-04-25 13:48:57 +0200 |
|---|---|---|
| committer | Simon | 2011-04-25 13:48:57 +0200 |
| commit | 44706d9b06bd2ea3dfbdeb7a9dedce6c62993e65 (patch) | |
| tree | 3365419d99b00b434bc7e421b6043b0fc93f4e82 /application/modules/user/forms/Bootos.php | |
| parent | Fehlermeldungen in GroupsGroupsMapper korrigiert (diff) | |
| parent | upload data fix (diff) | |
| download | pbs2-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/Bootos.php')
| -rw-r--r-- | application/modules/user/forms/Bootos.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/forms/Bootos.php b/application/modules/user/forms/Bootos.php index 5e20a8a..432f0c7 100644 --- a/application/modules/user/forms/Bootos.php +++ b/application/modules/user/forms/Bootos.php @@ -37,6 +37,7 @@ class user_Form_Bootos extends Zend_Form { $this->setName("BootOsCreate"); $this->setMethod('post'); + $this->setEnctype("multipart/form-data"); if (!Pbs_Acl::checkRight('boe') && $this->action == 'editbootos') $meta = true; |
