summaryrefslogtreecommitdiff
path: root/site/app/Http/Controllers/SearchController.php
diff options
context:
space:
mode:
authorhorus2018-02-15 02:29:48 +0100
committerhorus2018-02-15 02:29:48 +0100
commit8e52f57e2654a4c3c00512175e78be26797f8cdc (patch)
treef948a52b432b8b02d3594eb1e82439de9567f18b /site/app/Http/Controllers/SearchController.php
parent6140c5b7234b97d4a7b4bb26c87d316b3734f777 (diff)
downloadalkobote-8e52f57e2654a4c3c00512175e78be26797f8cdc.tar.gz
Fix links. (website)
Diffstat (limited to 'site/app/Http/Controllers/SearchController.php')
-rw-r--r--site/app/Http/Controllers/SearchController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/Http/Controllers/SearchController.php b/site/app/Http/Controllers/SearchController.php
index 9ec355a..4a3e1da 100644
--- a/site/app/Http/Controllers/SearchController.php
+++ b/site/app/Http/Controllers/SearchController.php
@@ -59,7 +59,7 @@ class SearchController extends Controller {
#var_dump($data); exit;
$query_string = "";
- $query_params = Input::get();
+ $query_params = Input::except('page');
foreach( $query_params as $key => $value) {
$query_string .= "&" . $key . "=" . $value;
}