[eluser]Avatar[/eluser]
still not working for m, it looks as though it's not even setting the $_GET variable because of enable_query)strings being set to true and in the CI Base Input class it does this:
Code:
if ($this->allow_get_array == FALSE)
{
$_GET = array();
}