Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c146ca5c authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

correction

parent 6b8a5e6f
Branches
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ class PeopleController extends Controller
if(!$people){
$action = 'create' ;
$people = new People();
$people->setUserId($currentUserId);
$people->setUserId($modifiedUserId);
}else{
$action = "update";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment