Skip to content
Snippets Groups Projects
Commit d4108ee6 authored by Maxime Gosselin's avatar Maxime Gosselin
Browse files

Ouvre un thread apres l'avoir suivi

parent 3103e46a
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class ThreadController extends HttpServlet {
return ;
}
daoFollower.create(follow);
vue = "WEB-INF/vue/filsSuivis.jsp";
vue = "/thread?action=open&id=" + idThread;
break;
case "unfollow":
daoFollower.delete(follow);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment