Skip to content

Commit

Permalink
fixed channel param
Browse files Browse the repository at this point in the history
  • Loading branch information
tomamic committed Apr 1, 2014
1 parent 4a4e494 commit 84d2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogracy-web/src/main/webapp/chat.jsp
@@ -1,5 +1,5 @@
<%@ page import="net.blogracy.controller.ChatController" %>
<% ChatController.getSingleton().joinChannel(channel); // Blogracy %>
<% ChatController.getSingleton().joinChannel(request.getParameter("channel")); // Blogracy %>
<html>
<head>
Expand Down

0 comments on commit 84d2522

Please sign in to comment.