diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-27 10:43:01 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-27 10:43:01 +0100 |
commit | 88fd8e4548eb50d8307757b8e37333ded8f221e9 (patch) | |
tree | d237f639f13d47057d891d78d0e038df1b629326 | |
parent | d0ac8b132390387d08bcaa5a20fbea35a350c9d3 (diff) |
Eh ... really fix that notice (#3604)
-rw-r--r-- | system/core/Input.php | 2 |
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; + // -------------------------------------------------------------------- /** |