Browse Source

tweaked method signature to paginator links method.

Taylor Otwell 13 years ago
parent
commit
49cd851f54
1 changed files with 2 additions and 2 deletions
  1. 2 2
      system/paginator.php

+ 2 - 2
system/paginator.php

@@ -80,11 +80,11 @@ class Paginator {
 	/**
 	 * 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)
 		{