[eluser]elite-board[/eluser]
hi,
I'm not sure if this is a bug or not but I updated to v2.1.3 and now an AJAX command that worked before is no longer working.
I'm using a jquery plugin called jTables and to load the grid it uses GET to get the data it needs and that requires me using $this->input->get()
before it worked just fine, but now it is not working.
if the bug was $this->input->get() wasn't getting checked, then I guess its not a bug, and I'm going to have to find a way to get past that shortcoming. (so can't wait for CI 3 to be released

for better handling on CSRF)
Thanks.