Update LocalArticleManager.php
This commit is contained in:
@@ -200,7 +200,7 @@ class LocalArticleManager implements ArticleManagerDAO {
|
|||||||
|
|
||||||
return $filteredArticles;
|
return $filteredArticles;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getArticlesByCategory($category)
|
public function getArticlesByCategory($category)
|
||||||
{
|
{
|
||||||
$articles = $this->getAllArticles();
|
$articles = $this->getAllArticles();
|
||||||
|
|||||||
Reference in New Issue
Block a user