Edited system/paginator.php via GitHub
This commit is contained in:
parent
7499586bb3
commit
7191a67680
|
|
@ -48,7 +48,6 @@ class Paginator {
|
||||||
public function __construct($results, $total, $per_page)
|
public function __construct($results, $total, $per_page)
|
||||||
{
|
{
|
||||||
$this->page = static::page($total, $per_page);
|
$this->page = static::page($total, $per_page);
|
||||||
|
|
||||||
$this->per_page = $per_page;
|
$this->per_page = $per_page;
|
||||||
$this->results = $results;
|
$this->results = $results;
|
||||||
$this->total = $total;
|
$this->total = $total;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue