summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-19 22:41:52 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-19 22:41:52 +0200
commit67cb3eef37fa826f56f61cfd2ac597052d9051f9 (patch)
tree13fb69d183a4782b28f27e084bbc54adb607f3b9 /system
parent40403d21274d5e0792c7ab816ad984d6387d5c20 (diff)
Fix syntax error
Diffstat (limited to 'system')
-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 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'
);