commit | 704fb1697f0db2369a9395c362c931999c8831f1 | [log] [tgz] |
---|---|---|
author | Michiel Vugteveen <michiel@it-can.nl> | Wed Mar 07 20:42:33 2012 +0100 |
committer | Michiel Vugteveen <michiel@it-can.nl> | Wed Mar 07 20:42:33 2012 +0100 |
tree | 0635854f1f6d0230919819d8dc014098dae4618d | |
parent | dc900df67972ed1c961fc3e4173db98047bdbd1b [diff] [blame] |
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'))