From e86fef17661ab074deeb6a269dde43d0667d39ec Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 1 Jun 2026 09:36:31 +0200 Subject: [PATCH] Update updateArticle-controller.php --- php/controller/updateArticle-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/controller/updateArticle-controller.php b/php/controller/updateArticle-controller.php index 2f23258..fa5e232 100644 --- a/php/controller/updateArticle-controller.php +++ b/php/controller/updateArticle-controller.php @@ -37,7 +37,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { } $_SESSION["message"] = "article_updated"; // Weiterleitung zur Homepage - header("location: ../../index.php"); + header("location: ../../index.php?pfad=showArticle&id=$id"); } exit();