summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/item.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-06 21:32:37 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-06 21:32:37 -0800
commitcfbbc22f7c49db18cf11908337c00a61146ab61b (patch)
treea24d7026ce13fc0bae9f96a88a67c452da9ec63d /modules/gallery/helpers/item.php
parent61d64c12a26e7a68969c2e03c902ba753f259e00 (diff)
parent16bed1ffd54000922f806af669f618970600420f (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers/item.php')
-rw-r--r--modules/gallery/helpers/item.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/helpers/item.php b/modules/gallery/helpers/item.php
index 8f96c3d9..f8e6534e 100644
--- a/modules/gallery/helpers/item.php
+++ b/modules/gallery/helpers/item.php
@@ -127,7 +127,6 @@ class item_Core {
$page_type = Input::instance()->get("page_type");
$form = new Forge(
"quick/delete/$item->id?page_type=$page_type", "", "post", array("id" => "g-confirm-delete"));
- $form->hidden("_method")->value("put");
$group = $form->group("confirm_delete")->label(t("Confirm Deletion"));
$group->submit("")->value(t("Delete"));
return $form;