Update updateArticle-controller.php

This commit is contained in:
2026-06-01 09:25:22 +02:00
parent 560f53cfb6
commit e575e3dfa8
+1 -1
View File
@@ -15,7 +15,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
header("location: ../../index.php?pfad=updateArticle"); header("location: ../../index.php?pfad=updateArticle");
} elseif(!isset($id)) { } elseif(!isset($id)) {
$_SESSION["message"] = "missing_id"; $_SESSION["message"] = "missing_id";
header("location: ../../index.php?pfad=updateArticle"); //header("location: ../../index.php?pfad=updateArticle");
}else{ }else{
$newTitle = $_POST["title"]; $newTitle = $_POST["title"];