summaryrefslogtreecommitdiffstats
path: root/src/Parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser.cpp')
-rw-r--r--src/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Parser.cpp b/src/Parser.cpp
index a8c53701..291b8851 100644
--- a/src/Parser.cpp
+++ b/src/Parser.cpp
@@ -141,7 +141,7 @@ get_port(Ingen::World* world,
Properties props = get_properties(world, model, subject, ctx);
// Get index if requested (for Graphs)
- if (index && ctx == Resource::Graph::INTERNAL) {
+ if (index) {
Properties::const_iterator i = props.find(uris.lv2_index);
if (i == props.end()
|| i->second.type() != world->forge().Int