diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-19 22:41:52 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-19 22:41:52 +0200 |
commit | 67cb3eef37fa826f56f61cfd2ac597052d9051f9 (patch) | |
tree | 13fb69d183a4782b28f27e084bbc54adb607f3b9 | |
parent | 40403d21274d5e0792c7ab816ad984d6387d5c20 (diff) |
Fix syntax error
-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 049935632..7ee8f3685 100755 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -430,7 +430,7 @@ class CI_Input { 'CFG', 'URI', 'RTR', - 'OUT' + 'OUT', 'IN' ); |