Skip to content
Snippets Groups Projects
Commit 9123191e authored by Florine Lefebvre's avatar Florine Lefebvre :stuck_out_tongue_closed_eyes:
Browse files

correction suppression thread

parent 4b37e0dc
Branches
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ public class ThreadController extends HttpServlet { ...@@ -67,7 +67,7 @@ public class ThreadController extends HttpServlet {
break; break;
case "delete": case "delete":
daoThread.delete(idThread); daoThread.delete(idThread);
vue = "WEB-INF/vue/accueil.jsp"; vue = "WEB-INF/vue/compte.jsp";
break; break;
case "open": case "open":
if(daoFollower.userIsInThread(username, idThread)){ if(daoFollower.userIsInThread(username, idThread)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment