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();