From 7499586bb312c73aa644e118be0ea85d24344f9e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 25 Jul 2011 13:35:41 -0700 Subject: [PATCH] Edited system/paginator.php via GitHub --- system/paginator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/paginator.php b/system/paginator.php index a15a13bf..10bf3367 100644 --- a/system/paginator.php +++ b/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;