Skip to content

Commit

Permalink
use master request instead of current request
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 12, 2019
1 parent 5a32c65 commit ebffc1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(RequestStack $requestStack)
*/
public function getUserQuery()
{
return $this->requestStack->getCurrentRequest()->query->get($this->getQueryIdentifier(), null);
return $this->requestStack->getMasterRequest()->query->get($this->getQueryIdentifier(), null);
}

/**
Expand Down

0 comments on commit ebffc1e

Please sign in to comment.