This commit is contained in:
NOrtmann1
2026-05-29 17:28:38 +02:00
parent 43bd452a30
commit 2998a7bf22
@@ -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)) {