From bfbe73500060cf1e3b5dd7901e78ca7c1474b84e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 7 Oct 2008 02:40:47 +0000 Subject: syntax error --- system/libraries/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Input.php') 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"); -- cgit v1.2.3-24-g4f1b