Fuel admin search and records per page error
Ive noticed a bug when using the search and records per page in the fuel admin
Seems this code is commented out in fuel/modules/fuel/controllers/module.php
// save in case we need to pass more variables in the URI
// $seg_params = $params;
// unset($seg_params['offset']);
// $seg_params = uri_safe_batch_encode($seg_params, '|', TRUE);
removing the comments seems to solve the problem
its present in the master and demo versions
Comments