diff --git a/code_igniter/application/helpers/input_helper.php b/code_igniter/application/helpers/input_helper.php index 7142ad789..ce97e9a24 100644 --- a/code_igniter/application/helpers/input_helper.php +++ b/code_igniter/application/helpers/input_helper.php @@ -404,7 +404,7 @@ function inputRead() # perform some simple data cleansing $CI->response->properties = str_replace(array('\'', '"', '(', ')'), '', $CI->response->properties); - + $CI->response->internal->properties = ''; // create our internal properties list - this is what gets executed in SQL if ($CI->response->properties != '*' and $CI->response->properties != $CI->response->sub_resource . '.*') { $temp = explode(',', $CI->response->properties);