From 2998a7bf22bca98189c18cf117e89209f4b14692 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Fri, 29 May 2026 17:28:38 +0200 Subject: [PATCH] testing --- 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 11e49d3..02b46fd 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.mustermann"; // TODO: später Nutzer aus der Session beziehen. + $author = "max.mustermann1"; // TODO: später Nutzer aus der Session beziehen. $articleManager = ArticleManager::getInstance(); $userArticles = $articleManager->getArticlesByAuthor($author); if(!isset($userArticles)) {