Commit a72ffb4c authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Remover overriding of parentName for child plugins. JM-1031

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@8005 b35dd754-fafc-0310-a699-88a17e54d16e
parent 5c47e7bb
......@@ -406,10 +406,6 @@ public class PluginManager {
// If there a <adminconsole> section defined, register it.
Element adminElement = (Element)pluginXML.selectSingleNode("/plugin/adminconsole");
if (adminElement != null) {
if (parentPluginNode != null) {
pluginName = parentPluginNode.getTextTrim();
}
Element appName = (Element)adminElement.selectSingleNode(
"/plugin/adminconsole/global/appname");
if (appName != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment