summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/core/Input.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index 3e792fc13..484397d63 100644
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -122,6 +122,8 @@ class CI_Input {
*/
protected $_input_stream;
+ protected $security;
+
// --------------------------------------------------------------------
/**