diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index acd14fb..746c58e 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -1,10 +1,5 @@ addArticle($title, $content, $category, $author, $tags); + $articleManager->addArticle($title, $content, $category, $author, $tags); // Weiterleitung zur Homepage header("location: ../../index.php");