diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-27 13:32:15 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-27 13:32:15 +0100 |
commit | 7d365dcc8bdf69534b54401cc862be105e1a8a28 (patch) | |
tree | 71d548cb4c5b50580dd7b3c3617d2779ce4eddb3 /system/core | |
parent | 88fd8e4548eb50d8307757b8e37333ded8f221e9 (diff) |
Fix #3633
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Input.php | 1 |
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; // -------------------------------------------------------------------- |