added missing properties to clone of plugin information

This commit is contained in:
Sebastian Sdorra
2012-01-07 17:44:34 +01:00
parent 3c9bc99071
commit 4523b7bd35

View File

@@ -81,6 +81,8 @@ public class PluginInformation implements Validateable, Cloneable
}
clone.setDescription(description);
clone.setGroupId(groupId);
clone.setName(name);
if (Util.isNotEmpty(screenshots))
{