Browse Source

Edited system/paginator.php via GitHub

Taylor Otwell 13 years ago
parent
commit
7499586bb3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      system/paginator.php

+ 1 - 0
system/paginator.php

@@ -48,6 +48,7 @@ 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;