Update createArticle-controller.php

This commit is contained in:
2026-06-01 10:08:01 +02:00
parent 71a8dd5f17
commit a33f3b27fb
+1 -1
View File
@@ -8,7 +8,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$_SESSION["message"] = "missing_parameters";
header("location: ../../index.php?pfad=createArticle");
} else {
$title = $_POST["title"];
$content = $_POST["content"];
$category = $_POST["category"];