Commit 27cde6d0 authored by Guus der Kinderen's avatar Guus der Kinderen

Merge pull request #322 from guusdk/OF-957

OF-957: Audit Manager Module should be referenced by the correct name.
parents d6ac4382 c18b284c
...@@ -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