Commit 89e081ad 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/branches/openfire_3_5_2@10455 b35dd754-fafc-0310-a699-88a17e54d16e
parent 766b17f2
......@@ -2,7 +2,7 @@
- $Revision$
- $Date$
-
- Copyright (C) 2008 Jive Software. All rights reserved.
- Copyright (C) 2005-2008 Jive Software. All rights reserved.
-
- This software is published under the terms of the GNU Public License (GPL),
- a copy of which is included in this distribution, or a commercial license
......@@ -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