diff --git a/Source/plugins/JSONRPC.h b/Source/plugins/JSONRPC.h index 3c50de7db..96c95236a 100644 --- a/Source/plugins/JSONRPC.h +++ b/Source/plugins/JSONRPC.h @@ -611,7 +611,7 @@ namespace PluginHost { } else { Core::JSONRPC::Context context(channelId, id, token); - result = handler->Invoke(context, realMethod, parameters, response); + result = handler->Invoke(context, Core::JSONRPC::Message::FullMethod(method), parameters, response); } } }