summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
// --------------------------------------------------------------------