diff --git a/php/controller/showCategory-controller.php b/php/controller/showCategory-controller.php index 4868592..3078197 100644 --- a/php/controller/showCategory-controller.php +++ b/php/controller/showCategory-controller.php @@ -1,15 +1,13 @@ $category"; try { $articleManager = ArticleManager::getInstance(); - //$articles = $articleManager->getArticlesByCategory($category); + $articles = $articleManager->getArticlesByCategory($category); } catch (Exception $e) { $_SESSION["message"] = "internal_error"; include_once "content/404.php";