From d43218fdb24d4eaeed68da8082d8553aa8a94dfe Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Wed, 27 May 2026 17:39:06 +0200 Subject: [PATCH] Update createArticle-controller.php --- php/controller/createArticle-controller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index cf09479..fc3bbaf 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -19,8 +19,9 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { $_SESSION["message"] = "missing_parameters"; header("location: index.php?pfad=createArticle"); } else { - echo $articleManager->test(); /* + echo $articleManager->test(); + $title = $_POST["title"]; $content = $_POST["content"]; $category = $_POST["category"];