append pluing wrapper to plugin node

This commit is contained in:
Sebastian Sdorra
2014-08-23 17:39:29 +02:00
parent 5acbbe7e38
commit e08ebfb6da

View File

@@ -246,6 +246,7 @@ public final class PluginProcessor
if (plugin != null)
{
node.setWrapper(plugin);
plugins.add(plugin);
}
}