summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestPluginEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestPluginEvent.cpp')
-rw-r--r--src/engine/events/RequestPluginEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/RequestPluginEvent.cpp b/src/engine/events/RequestPluginEvent.cpp
index 36358df7..3acdceed 100644
--- a/src/engine/events/RequestPluginEvent.cpp
+++ b/src/engine/events/RequestPluginEvent.cpp
@@ -67,7 +67,7 @@ RequestPluginEvent::post_process()
_responder->respond_ok();
assert(_plugin->uri() == _uri);
- _responder->client()->new_plugin(_uri, _plugin->type_uri(), _plugin->symbol(), _plugin->name());
+ _responder->client()->new_plugin(_uri, _plugin->type_uri(), _plugin->symbol());
} else {
_responder->respond_error("Unable to find client to send plugin.");