oops
diff --git a/system/core/Input.php b/system/core/Input.php
index 65de8c8..7991089 100755
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -709,7 +709,7 @@
 	 * @param	bool	uppercase or lowercase
 	 * @return 	mixed
 	 */
-	public function method($upper = TRUE)
+	public function method($upper = FALSE)
 	{
 		return ($upper)
 			? strtoupper($this->server('REQUEST_METHOD'))