From e575e3dfa87d3a32c83d57bf8f68ac49f919b481 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 1 Jun 2026 09:25:22 +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 19d2c2a..2f23258 100644 --- a/php/controller/updateArticle-controller.php +++ b/php/controller/updateArticle-controller.php @@ -15,7 +15,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { header("location: ../../index.php?pfad=updateArticle"); } elseif(!isset($id)) { $_SESSION["message"] = "missing_id"; - header("location: ../../index.php?pfad=updateArticle"); + //header("location: ../../index.php?pfad=updateArticle"); }else{ $newTitle = $_POST["title"];