diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-06 21:38:47 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-06 21:38:47 -0800 |
commit | d5c35210b90565e7a6e79b86288b843b8e3b835e (patch) | |
tree | 9b489733b43007f33e040e63a0106fc63c6eafbf /modules/gallery/helpers/photo.php | |
parent | a6dbd25cf11e1b5044862eea9bac0ff3cdf6de80 (diff) | |
parent | 16bed1ffd54000922f806af669f618970600420f (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
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 cc309e28..ceffac65 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); |