Commit 45903b23 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed error 500 when clicking on Edit Group.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2952 b35dd754-fafc-0310-a699-88a17e54d16e
parent d71f6321
......@@ -50,7 +50,7 @@
<head>
<title><fmt:message key="group.delete.title"/></title>
<meta name="subPageID" content="group-delete"/>
<meta name="extraParams" content="<%= URLEncoder.encode(groupName, "UTF-8") %>"/>
<meta name="extraParams" content="<%= "group="+URLEncoder.encode(groupName, "UTF-8") %>"/>
<meta name="helpPage" content="delete_a_group.html"/>
</head>
<body>
......
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