diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-22 23:34:50 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-22 23:34:50 +0000 |
| commit | 5855c4333ce6929c63d5639c7623152d80447d47 (patch) | |
| tree | e2a22c1b7c6d95539fd63984622124deb934b875 /modules/gallery/helpers/photo.php | |
| parent | 1baaeeefe81ef1a96153a050e9307d99768dd0df (diff) | |
| parent | 86e0bc863a1c6739a9cd153931c099307e4c1000 (diff) | |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/photo.php')
| -rw-r--r-- | modules/gallery/helpers/photo.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/photo.php b/modules/gallery/helpers/photo.php index 4188e192..dab98436 100644 --- a/modules/gallery/helpers/photo.php +++ b/modules/gallery/helpers/photo.php @@ -139,7 +139,6 @@ class photo_Core { static function get_edit_form($photo) { $form = new Forge("photos/update/$photo->id", "", "post", array("id" => "g-edit-photo-form")); - $form->hidden("_method")->value("put"); $group = $form->group("edit_item")->label(t("Edit Photo")); $group->input("title")->label(t("Title"))->value($photo->title); $group->textarea("description")->label(t("Description"))->value($photo->description); |
