Commit f4ebf119 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[GATE-133] Fixed minor bug, but doesn't help anything.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6220 b35dd754-fafc-0310-a699-88a17e54d16e
parent e06198fd
......@@ -43,7 +43,7 @@ public class GatewayDWR extends DWRServlet {
document.appendChild(root);
Element allowElement = document.createElement("allow");
Element timElement = buildCreator("TransportInstanceManager", "org.jivesoftware.wildfire.gateway.TransportInstanceManager");
Element timElement = buildCreator("TransportInstanceManager", "org.jivesoftware.wildfire.gateway.web.TransportInstanceManager");
allowElement.appendChild(timElement);
//allowElement.appendChild(buildCreator("TransportInstanceManager", "org.jivesoftware.wildfire.gateway.web.TransportInstanceManager"));
......
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