Browse Source

Edited system/paginator.php via GitHub

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

+ 0 - 1
system/paginator.php

@@ -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;