Commit 107bf4a8 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[ENT-421] This is caused when a non-existant gorup is referenced, not a...

[ENT-421] This is caused when a non-existant gorup is referenced, not a typical occurance.  That said, the user of the error page is improved a bit.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@10127 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8506e40e
......@@ -13,6 +13,7 @@
isErrorPage="true"
%>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<fmt:setBundle basename="openfire_i18n"/>
<% boolean debug = "true".equals(JiveGlobals.getProperty("skin.default.debug"));
if (debug) {
exception.printStackTrace();
......
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