Commit b071f047 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed NPE. JM-1374

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10454 b35dd754-fafc-0310-a699-88a17e54d16e
parent 4d04c5b3
......@@ -23,6 +23,7 @@
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<jsp:useBean id="webManager" class="org.jivesoftware.util.WebManager" />
<% webManager.init(request, response, session, application, out ); %>
<% // Get parameters
boolean cancel = request.getParameter("cancel") != null;
......
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