fixed a pagination bug when showing log messages for a user
This commit is contained in:
parent
47a26a4c5c
commit
65d86d4ce6
@ -508,7 +508,7 @@ class Site extends Controller
|
||||
$pagecfg['base_url'] = site_url() . "/site/userlog/$userid/";
|
||||
$pagecfg['total_rows'] = $num_log_entries;
|
||||
$pagecfg['per_page'] = CODEPOT_MAX_LOGS_PER_PAGE;
|
||||
$pagecfg['uri_segment'] = 3;
|
||||
$pagecfg['uri_segment'] = 4;
|
||||
$pagecfg['first_link'] = $this->lang->line('First');
|
||||
$pagecfg['last_link'] = $this->lang->line('Last');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user