diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-10-07 04:40:47 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-10-07 04:40:47 +0200 |
commit | bfbe73500060cf1e3b5dd7901e78ca7c1474b84e (patch) | |
tree | 4c7bed5ed6c24cc2916cff4b335bf051663be908 | |
parent | 98e2532e5bd31dc8ec7c88e60b463436157ca011 (diff) |
syntax error
-rw-r--r-- | system/libraries/Input.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index f840c433c..4e312c7aa 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -147,7 +147,7 @@ class CI_Input { // note that the key names below are single quoted strings, and are not PHP variables
unset($_COOKIE['$Version']);
unset($_COOKIE['$Path']);
- unset($_COOKIE['$Domain'])
+ unset($_COOKIE['$Domain']);
$_COOKIE = $this->_clean_input_data($_COOKIE);
log_message('debug', "Global POST and COOKIE data sanitized");
|