We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7173c9 + 96eb99a commit 6b476f5Copy full SHA for 6b476f5
1 file changed
system/libraries/Pagination.php
@@ -509,7 +509,7 @@ public function create_links()
509
$this->uri_segment = count($this->CI->uri->segment_array());
510
}
511
512
- $this->cur_page = $this->CI->uri->segment($this->uri_segment);
+ $this->cur_page = $this->CI->uri->segment($this->uri_segment, '');
513
514
// Remove any specified prefix/suffix from the segment.
515
if ($this->prefix !== '' OR $this->suffix !== '')
0 commit comments