article.json

This commit is contained in:
NOrtmann1
2026-05-27 18:20:56 +02:00
parent b13cff14dc
commit 54220682cf
2 changed files with 1 additions and 1 deletions
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)