diff --git a/system/paginator.php b/system/paginator.php index b601c17c..a2444fc8 100644 --- a/system/paginator.php +++ b/system/paginator.php @@ -81,14 +81,15 @@ public static function page($total, $per_page) /** * Create the HTML pagination links. * + * @param string $language * @param int $adjacent * @return string */ - public function links($adjacent = 3) + public function links($language = null, $adjacent = 3) { if ($this->last_page() > 1) { - return '