Skip to content

Commit

Permalink
#211 - the FrontController no longer overwrites existing Request para…
Browse files Browse the repository at this point in the history
…ms when parsing additional params from the secure token on /tk/ requests
  • Loading branch information
alphadevx committed Sep 15, 2015
1 parent 4072426 commit 3329c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alpha/Controller/Front/FrontController.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function __construct()
}
}

$request->addParams($params);
$request->setParams(array_merge($params, $request->getParams()));

return $controller->process($request);
}
Expand Down

0 comments on commit 3329c02

Please sign in to comment.