Commit 1cb39be5 authored by Axel Brand's avatar Axel Brand Committed by daeva

Gojara

-fix of jsp function used incorrectly after refactor of gwsessions

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13697 b35dd754-fafc-0310-a699-88a17e54d16e
parent b8291b69
......@@ -39,7 +39,7 @@
</h4>
<br>
<%
Map<String, Map<String, Date>> sessions = transportManager.getSessions();
Map<String, Map<String, Long>> sessions = transportManager.getSessions();
for (String transport : sessions.keySet()) {
%>
<%=transport.substring(0, 10)%>... :
......
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