Update createArticle-controller.php

This commit is contained in:
2026-06-02 00:13:37 +02:00
parent aedac79743
commit 4f827ed3a8
+1 -1
View File
@@ -26,7 +26,7 @@ try{
} else {
$title = $_POST["title"];
$content = $_POST["content"];
$author = "max.mustermann"; //$user["email"];
$author = $user["email"];
$category = $_POST["category"];
$tags = $_POST['tags'] ?? '';