From 49cd851f546ce236e21f20a0965846ca0b78de67 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 21 Jul 2011 21:54:54 -0500 Subject: [PATCH] tweaked method signature to paginator links method. --- system/paginator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/paginator.php b/system/paginator.php index 964a697d..e9df4a43 100644 --- a/system/paginator.php +++ b/system/paginator.php @@ -80,11 +80,11 @@ public static function page($total, $per_page) /** * Create the HTML pagination links. * - * @param string $language * @param int $adjacent + * @param string $language * @return string */ - public function links($language = null, $adjacent = 3) + public function links($adjacent = 3, $language = null) { if ($this->last_page() > 1) {