diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-06 21:32:37 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-06 21:32:37 -0800 |
| commit | cfbbc22f7c49db18cf11908337c00a61146ab61b (patch) | |
| tree | a24d7026ce13fc0bae9f96a88a67c452da9ec63d /modules/gallery/helpers/album.php | |
| parent | 61d64c12a26e7a68969c2e03c902ba753f259e00 (diff) | |
| parent | 16bed1ffd54000922f806af669f618970600420f (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers/album.php')
| -rw-r--r-- | modules/gallery/helpers/album.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/album.php b/modules/gallery/helpers/album.php index e9a0f6ec..cc631be4 100644 --- a/modules/gallery/helpers/album.php +++ b/modules/gallery/helpers/album.php @@ -115,7 +115,6 @@ class album_Core { static function get_edit_form($parent) { $form = new Forge("albums/update/{$parent->id}", "", "post", array("id" => "g-edit-album-form")); - $form->hidden("_method")->value("put"); $group = $form->group("edit_item")->label(t("Edit Album")); $group->input("title")->label(t("Title"))->value($parent->title); |
