From 9b59393ad23565ab465b6b8adb283f55e1ccca49 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 24 Jul 2023 18:30:10 +0200 Subject: [PATCH] =?UTF-8?q?download=20bug=20+=20la=20validation=20de=20l'?= =?UTF-8?q?=C3=A9dition=20d'un=20profil=20revient=20=C3=A0=20la=20page=20d?= =?UTF-8?q?e=20saisie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/user.php | 2 +- module/download/profil/view/edit.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/user/user.php b/core/module/user/user.php index fdc39401..2c4d1be2 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -612,7 +612,7 @@ class user extends common // Valeurs en sortie $this->addOutput([ - 'redirect' => helper::baseUrl() . 'user/profil', + 'redirect' => helper::baseUrl() . 'user/profilEdit/' . $this->getUrl(2) . '/' . $this->getUrl(3), 'notification' => helper::translate('Modifications enregistrées'), 'state' => true ]); diff --git a/module/download/profil/view/edit.inc.php b/module/download/profil/view/edit.inc.php index c5c05203..fe3a6301 100644 --- a/module/download/profil/view/edit.inc.php +++ b/module/download/profil/view/edit.inc.php @@ -6,7 +6,7 @@
- $this->getData(['profil', $this->getUrl(2), $this->getUrl(3), 'download', 'add']) ]); ?>