From aa5ad370822b22367c3ff53347e24f63ff31d7a4 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 19 Oct 2005 09:28:21 +0000 Subject: - #34401: Validation error (form method must be lowercase 'get' or 'post') --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 25d1b1c66..a83a25212 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -54,7 +54,7 @@ function system_perm() { */ function system_elements() { // Top level form - $type['form'] = array('#method' => 'POST', '#action' => request_uri()); + $type['form'] = array('#method' => 'post', '#action' => request_uri()); // Inputs $type['checkbox'] = array('#input' => TRUE, '#return_value' => 1); -- cgit v1.2.3