diff options
author | Michiel Vugteveen <michiel@it-can.nl> | 2012-03-07 20:42:33 +0100 |
---|---|---|
committer | Michiel Vugteveen <michiel@it-can.nl> | 2012-03-07 20:42:33 +0100 |
commit | 704fb1697f0db2369a9395c362c931999c8831f1 (patch) | |
tree | 0635854f1f6d0230919819d8dc014098dae4618d /system/core/Input.php | |
parent | dc900df67972ed1c961fc3e4173db98047bdbd1b (diff) |
oops
Diffstat (limited to 'system/core/Input.php')
-rwxr-xr-x | system/core/Input.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php index 65de8c824..79910890e 100755 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -709,7 +709,7 @@ class CI_Input { * @param bool uppercase or lowercase * @return mixed */ - public function method($upper = TRUE) + public function method($upper = FALSE) { return ($upper) ? strtoupper($this->server('REQUEST_METHOD')) |