commit | 67cb3eef37fa826f56f61cfd2ac597052d9051f9 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Thu Apr 19 16:41:52 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Thu Apr 19 16:41:52 2012 -0400 |
tree | 13fb69d183a4782b28f27e084bbc54adb607f3b9 | |
parent | 40403d21274d5e0792c7ab816ad984d6387d5c20 [diff] [blame] |
Fix syntax error
diff --git a/system/core/Input.php b/system/core/Input.php index 0499356..7ee8f36 100755 --- a/system/core/Input.php +++ b/system/core/Input.php
@@ -430,7 +430,7 @@ 'CFG', 'URI', 'RTR', - 'OUT' + 'OUT', 'IN' );