diff options
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/photo.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/helpers/photo.php b/core/helpers/photo.php index d8fc2595..e5ed2b22 100644 --- a/core/helpers/photo.php +++ b/core/helpers/photo.php @@ -95,8 +95,7 @@ class photo_Core { } static function get_add_form($parent) { - $form = new Forge("albums/{$parent->id}", "", "post", - array("id" => "gAddPhotoForm", "enctype" => "multipart/form-data")); + $form = new Forge("albums/{$parent->id}", "", "post", array("id" => "gAddPhotoForm")); $group = $form->group("add_photo")->label(sprintf(_("Add Photo to %s"), $parent->title)); $group->input("name")->label(_("Name")); $group->input("title")->label(_("Title")); |