From be8b6372dbb643f2b5661bfe84554ef3b4b4db31 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Wed, 27 May 2026 17:46:03 +0200 Subject: [PATCH] testing --- php/controller/createArticle-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index de96a1e..e7316b8 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -23,7 +23,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { $author = "max.mustermann"; // TODO: später aus Session den angemeldeten Nutzer beziehen. $tags = $_POST["tags"]; - $articleManager->addArticle($title, $content, $category, $author, $tags); + //$articleManager->addArticle($title, $content, $category, $author, $tags); // Weiterleitung zur Homepage header("location: index.php");