Commit 503e111a authored by Ryan Graham's avatar Ryan Graham Committed by ryang

fixed property name


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1533 b35dd754-fafc-0310-a699-88a17e54d16e
parent df429c8c
......@@ -78,7 +78,7 @@ public class SearchPlugin implements Component, Plugin, PropertyEventListener {
public SearchPlugin() {
serviceName = JiveGlobals.getProperty("plugin.search.serviceName", "search");
serviceEnabled = JiveGlobals.getBooleanProperty("plugin.broadcast.serviceEnabled", true);
serviceEnabled = JiveGlobals.getBooleanProperty("plugin.search.serviceEnabled", true);
server = XMPPServer.getInstance();
serverName = server.getServerInfo().getName();
......
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