summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-27 10:43:01 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-27 10:43:01 +0100
commit88fd8e4548eb50d8307757b8e37333ded8f221e9 (patch)
treed237f639f13d47057d891d78d0e038df1b629326 /system/core/Input.php
parentd0ac8b132390387d08bcaa5a20fbea35a350c9d3 (diff)
Eh ... really fix that notice (#3604)
Diffstat (limited to 'system/core/Input.php')
-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;
+
// --------------------------------------------------------------------
/**