|
|
|
@ -45,7 +45,7 @@ function gis_agenda_formulaire_fond($flux) {
|
|
|
|
|
*/ |
|
|
|
|
function gis_agenda_formulaire_traiter($flux) { |
|
|
|
|
if ($flux['args']['form'] === 'editer_evenement') { |
|
|
|
|
$origin_redirect = $flux['data']['redirect']; |
|
|
|
|
$origin_redirect = $flux['data']['redirect'] ?? ''; |
|
|
|
|
$id_evenement = $flux['data']['id_evenement']; |
|
|
|
|
// Pas de redirect explicite > on recherche le exec |
|
|
|
|
if (!$origin_redirect) { |
|
|
|
|