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) {