mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Merge branch 'master' of git://github.com/Chill-project/Person
This commit is contained in:
commit
51c480ab2f
@ -330,7 +330,7 @@ class PersonController extends Controller
|
||||
|
||||
$em->flush();
|
||||
|
||||
return $this->redirect($this->generateUrl('chill_person_view',
|
||||
return $this->redirect($this->generateUrl('chill_person_general_edit',
|
||||
array('person_id' => $person->getId())));
|
||||
} else {
|
||||
$r = new Response('this should not happen if you reviewed your submission');
|
||||
|
Loading…
x
Reference in New Issue
Block a user