Compare commits

..

2 Commits

1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ class PageIndex
public function getLink($start = null, $order = null, $dir = null)
{
echo $start, "\n";
$page = !is_string($start) ? ($start / $this->items_per_page) + 1 : $start;
$url = $this->base_url . str_replace('%PAGE%', $page, $this->page_slug);