fixed a pagination bug when showing log messages for a user
This commit is contained in:
		| @ -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'); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user