From 4a7bfa95677acb02b8925f064b045ca25c8bcdd8 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Fri, 29 May 2026 17:37:48 +0200 Subject: [PATCH] Update profileArticles-controller.php --- php/controller/profileArticles-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/controller/profileArticles-controller.php b/php/controller/profileArticles-controller.php index 02b46fd..11e49d3 100644 --- a/php/controller/profileArticles-controller.php +++ b/php/controller/profileArticles-controller.php @@ -8,7 +8,7 @@ require_once 'php/model/Article.php'; require_once 'php/model/ArticleManager.php'; try { - $author = "max.mustermann1"; // TODO: später Nutzer aus der Session beziehen. + $author = "max.mustermann"; // TODO: später Nutzer aus der Session beziehen. $articleManager = ArticleManager::getInstance(); $userArticles = $articleManager->getArticlesByAuthor($author); if(!isset($userArticles)) {