Update updateArticle-controller.php

This commit is contained in:
NOrtmann1
2026-05-29 17:43:05 +01:00
parent c785363384
commit 738b36c406
@@ -11,6 +11,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
exit();
} elseif(!isset($id)) {
$_SESSION["message"] = "missing_id";
header("location: ../../index.php?pfad=updateArticle");
exit();
}else{
$newTitle = $_POST["title"];