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)) {