summaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/world.c b/src/world.c
index 01d05cd..f775601 100644
--- a/src/world.c
+++ b/src/world.c
@@ -680,7 +680,9 @@ slv2_world_load_all(SLV2World world)
}
#endif
- SLV2Plugin plugin = slv2_plugin_new(world, uri, bundle_uri);
+ SLV2Plugin plugin = slv2_plugin_new(
+ world, uri, slv2_value_new_librdf_uri(world, bundle_uri));
+
raptor_sequence_push(world->plugins, plugin);
#ifdef SLV2_DYN_MANIFEST