Commit c18b284c authored by Guus der Kinderen's avatar Guus der Kinderen

OF-957: Audit Manager Module should be referenced by the correct name.

parent d6ac4382
...@@ -1300,7 +1300,7 @@ public class XMPPServer { ...@@ -1300,7 +1300,7 @@ public class XMPPServer {
* @return the <code>AuditManager</code> registered with this server. * @return the <code>AuditManager</code> registered with this server.
*/ */
public AuditManager getAuditManager() { public AuditManager getAuditManager() {
return (AuditManager) modules.get(AuditManagerImpl.class.getName()); return (AuditManager) modules.get(AuditManager.class.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