Skip to content

Commit

Permalink
create a project: fix bug page displayed after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelroland committed Jan 8, 2021
1 parent 44e9213 commit af8f2be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/controler/projectsControler.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ function createAProject($data)
flshmsg(55); //Internal error when project was created
}


require "view/projects.php";
projects(1);
}
} else {
$groups = getAllGroupsByUser($_SESSION['user']['id']);
Expand Down

0 comments on commit af8f2be

Please sign in to comment.