summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-27 13:32:15 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-27 13:32:15 +0100
commit7d365dcc8bdf69534b54401cc862be105e1a8a28 (patch)
tree71d548cb4c5b50580dd7b3c3617d2779ce4eddb3 /system/core/Input.php
parent88fd8e4548eb50d8307757b8e37333ded8f221e9 (diff)
Fix #3633
Diffstat (limited to 'system/core/Input.php')
-rw-r--r--system/core/Input.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index 484397d63..be9f3c169 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -123,6 +123,7 @@ class CI_Input {
protected $_input_stream;
protected $security;
+ protected $uni;
// --------------------------------------------------------------------