diff --git a/traits/SearchesNearby.php b/traits/SearchesNearby.php index 42d5b5f..031fe38 100644 --- a/traits/SearchesNearby.php +++ b/traits/SearchesNearby.php @@ -44,7 +44,7 @@ public function onSearchNearby() if ($redirectPage = post('redirect')) return Redirect::to($this->controller->pageUrl($redirectPage)); - return Redirect::to(restaurant_url($this->property('menusPage'))); + return Redirect::to(restaurant_url($this->property('menusPage'), ['location' => null])); } catch (Exception $ex) { if (Request::ajax()) throw $ex;