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

Path fix.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9944 b35dd754-fafc-0310-a699-88a17e54d16e
parent c63d4314
...@@ -104,7 +104,7 @@ public class ClearspaceSecurityAuditProvider implements SecurityAuditProvider { ...@@ -104,7 +104,7 @@ public class ClearspaceSecurityAuditProvider implements SecurityAuditProvider {
public String getAuditURL() { public String getAuditURL() {
String url = ClearspaceManager.getInstance().getConnectionURI(); String url = ClearspaceManager.getInstance().getConnectionURI();
if (url != null) { if (url != null) {
url += "/view-audit-log.jsp"; url += "/admin/view-audit-log.jsp";
return url; return url;
} }
else { else {
......
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