Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit c4e7ca3ac2 - Show all commits
+1 -1
View File
@@ -50,7 +50,7 @@ class LocalArticleManager implements ArticleManagerDAO {
$articles = $this->getAllArticles();
$articles[] = [
"id" => 1, //count($articles)+1,
"id" => count($articles)+1,
"title" => $title,
"content" => $content,
"author" => $author,