article.json
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user