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"];