Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 54220682cf - Show all commits
View File
+1 -1
View File
@@ -62,7 +62,7 @@ class LocalArticleManager implements ArticleManagerDAO {
"creationDate" => date("Y-m-d H:i:s")
];
*/
$this->saveArticle($articles[]);
$this->saveArticle($articles);
}
public function updateArticle($id, $title, $content, $author)