Skip to content

Commit

Permalink
fixed returning error result
Browse files Browse the repository at this point in the history
  • Loading branch information
rovak committed Jun 14, 2013
1 parent a90b011 commit 42673b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KJSencha/Controller/DirectController.php
Expand Up @@ -260,7 +260,7 @@ protected function dispatchRPC(RPC $rpc)
$error['where'] = $e->getTraceAsString();
}

$response['result'] = $error;
$response = $error;
}

return $response;
Expand Down

0 comments on commit 42673b1

Please sign in to comment.