summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-10-07 04:40:47 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-10-07 04:40:47 +0200
commitbfbe73500060cf1e3b5dd7901e78ca7c1474b84e (patch)
tree4c7bed5ed6c24cc2916cff4b335bf051663be908 /system
parent98e2532e5bd31dc8ec7c88e60b463436157ca011 (diff)
syntax error
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Input.php2
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");