Edited system/paginator.php via GitHub

This commit is contained in:
Taylor Otwell
2011-07-25 13:37:07 -07:00
parent 7499586bb3
commit 7191a67680

View File

@@ -48,7 +48,6 @@ class Paginator {
public function __construct($results, $total, $per_page)
{
$this->page = static::page($total, $per_page);
$this->per_page = $per_page;
$this->results = $results;
$this->total = $total;