We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306f454 commit d264d93Copy full SHA for d264d93
JsonRpcRequest.php
@@ -167,7 +167,7 @@ public function execute()
167
if ($this->paramsPassMethod == Controller::JSON_RPC_PARAMS_PASS_BODY) {
168
$app->request->setBodyParams($this->params);
169
$app->request->setRawBody(Json::encode($this->params));
170
- $result = $app->runAction($routeParsed);
+ $result = $app->runAction($routeParsed, $params);
171
} else {
172
if (ArrayHelper::isAssociative($this->params)) {
173
$params += $this->params;
0 commit comments