dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 4a7bfa9567 - Show all commits
@@ -8,7 +8,7 @@ require_once 'php/model/Article.php';
require_once 'php/model/ArticleManager.php'; require_once 'php/model/ArticleManager.php';
try { 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(); $articleManager = ArticleManager::getInstance();
$userArticles = $articleManager->getArticlesByAuthor($author); $userArticles = $articleManager->getArticlesByAuthor($author);
if(!isset($userArticles)) { if(!isset($userArticles)) {