summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/Albums_Controller_Test.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-12-06 21:32:27 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-12-06 21:32:27 -0800
commit16bed1ffd54000922f806af669f618970600420f (patch)
tree4edebe0678367d96199bf7e14df0f92b078fed06 /modules/gallery/tests/Albums_Controller_Test.php
parentc603a446cd6e8aa54254178b4d19e920376aab9f (diff)
Remove the hidden form variable _method which was used in the no longer rest controllers.
Diffstat (limited to 'modules/gallery/tests/Albums_Controller_Test.php')
-rw-r--r--modules/gallery/tests/Albums_Controller_Test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/tests/Albums_Controller_Test.php b/modules/gallery/tests/Albums_Controller_Test.php
index 9b904387..5f23f821 100644
--- a/modules/gallery/tests/Albums_Controller_Test.php
+++ b/modules/gallery/tests/Albums_Controller_Test.php
@@ -44,7 +44,6 @@ class Albums_Controller_Test extends Unit_Test_Case {
$_POST["direction"] = "ASC";
$_POST["csrf"] = access::csrf_token();
$_POST["slug"] = "new-name";
- $_POST["_method"] = "put";
access::allow(identity::everybody(), "edit", $root);
ob_start();