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/tests | |
parent | 61d64c12a26e7a68969c2e03c902ba753f259e00 (diff) | |
parent | 16bed1ffd54000922f806af669f618970600420f (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/Albums_Controller_Test.php | 1 |
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(); |