Gallery renommée -> erreur

This commit is contained in:
Fred Tempez 2020-04-10 15:57:51 +02:00
parent 7ddc7bc90a
commit 77230ab03f
1 changed files with 1 additions and 1 deletions

View File

@ -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
]);