dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit ded98ed757 - Show all commits
+1 -1
View File
@@ -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();