dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
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)