Update createArticle-controller.php

This commit is contained in:
2026-06-02 00:01:20 +02:00
parent 2b095f16bf
commit ca65c6c6e1
+1 -1
View File
@@ -21,7 +21,7 @@ try {
} else {
$title = $_POST["title"];
$content = $_POST["content"];
$author = $user["email"];
$author = "max.mustermann"; //$user["email"];
$category = $_POST["category"];
$tags = $_POST['tags'] ?? '';