summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestObjectEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestObjectEvent.cpp')
-rw-r--r--src/engine/events/RequestObjectEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/RequestObjectEvent.cpp b/src/engine/events/RequestObjectEvent.cpp
index c17e4983..a74f15d3 100644
--- a/src/engine/events/RequestObjectEvent.cpp
+++ b/src/engine/events/RequestObjectEvent.cpp
@@ -75,7 +75,7 @@ RequestObjectEvent::post_process()
if (_object)
_responder->client()->put(_uri, _object->properties());
else if (_plugin)
- _responder->client()->new_plugin(_uri, _plugin->type_uri(), _plugin->symbol());
+ _responder->client()->put(_uri, _plugin->properties());
} else {
_responder->respond_error("Unable to find client to send object.");
}