summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorMichiel Vugteveen <michiel@it-can.nl>2012-03-07 20:42:33 +0100
committerMichiel Vugteveen <michiel@it-can.nl>2012-03-07 20:42:33 +0100
commit704fb1697f0db2369a9395c362c931999c8831f1 (patch)
tree0635854f1f6d0230919819d8dc014098dae4618d /system/core/Input.php
parentdc900df67972ed1c961fc3e4173db98047bdbd1b (diff)
oops
Diffstat (limited to 'system/core/Input.php')
-rwxr-xr-xsystem/core/Input.php2
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'))