Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit ca4dfd03e4 - Show all commits
+1 -2
View File
@@ -16,9 +16,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$tags = $_POST["tags"];
try {
$articleManager = ArticleManager::getInstance();
//$articleManager = ArticleManager::getInstance();
//$articleManager->addArticle($title, $content, $author, $category, $tags);
echo "Test";
$articleManager->addArticle("Test", "Testkontent", "informatik", "max.mustermann", "Apfel, Birne");
} catch (Exception $e){
$_SESSION["message"] = "internal_error";