Browse Source

Refactoring Paginator.

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

+ 0 - 1
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());
 	}