diff --git a/php/controller/showCategory-controller.php b/php/controller/showCategory-controller.php index 73f4258..47796a5 100644 --- a/php/controller/showCategory-controller.php +++ b/php/controller/showCategory-controller.php @@ -6,7 +6,7 @@ if (isset($_GET["category"]) && !empty($_GET["category"]) && articleCategoryVali $category = $_GET["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";