Fuel admin search and records per page error

edited April 2011 in Bug Reports
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

  • edited 12:29PM
    Thanks for bringing that to my attention. I've posted a fix.
Sign In or Register to comment.