diff --git a/system/paginator.php b/system/paginator.php index c73b936c..83cc36a8 100644 --- a/system/paginator.php +++ b/system/paginator.php @@ -50,7 +50,6 @@ class Paginator { $this->per_page = $per_page; $this->results = $results; $this->total = $total; - $this->page = static::page($this->last_page()); }