From 77230ab03fbe2e5efb1d976e8f087f2b3febb57b Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 10 Apr 2020 15:57:51 +0200 Subject: [PATCH] =?UTF-8?q?Gallery=20renomm=C3=A9e=20->=20erreur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/gallery/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index e8d01d0c..6ec0dcc2 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -267,7 +267,7 @@ class gallery extends common { ]]); // Valeurs en sortie $this->addOutput([ - 'redirect' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $this->getUrl(2) . '/' . $_SESSION['csrf'] , + 'redirect' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $galleryId . '/' . $_SESSION['csrf'] , 'notification' => 'Modifications enregistrées', 'state' => true ]);