diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index d0b2199..a44ff10 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -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'] ?? '';