fix some input stuff and revert paginator changes.

This commit is contained in:
Taylor Otwell
2012-03-28 23:56:20 -05:00
parent 77fe8b6706
commit 9e8acd1eda
2 changed files with 33 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ class Paginator {
*/
public static function page($total, $per_page)
{
$page = Input::query('page', 1);
$page = Input::get('page', 1);
// The page will be validated and adjusted if it is less than one or greater
// than the last page. For example, if the current page is not an integer or