From 16bed1ffd54000922f806af669f618970600420f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 6 Dec 2009 21:32:27 -0800 Subject: Remove the hidden form variable _method which was used in the no longer rest controllers. --- modules/gallery/tests/Albums_Controller_Test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gallery/tests/Albums_Controller_Test.php') 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(); -- cgit v1.2.3