commit | 2cad6e9da8b94833503d0d2f545bcaa29d50bd5d | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Tue Oct 07 00:19:34 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Tue Oct 07 00:19:34 2008 +0000 |
tree | 27710681a466aaa5ca9da885939c54275a521925 | |
parent | b4a6cf35fe8c637cec5be811f109f6f841456283 [diff] |
There was a call to $this->input->_remove_invisible_characters($str); It should have been: $this->input->CI->_remove_invisible_characters($str);