From 86fb37abc4e3f141e14b65742407fb62301a852d Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Wed, 3 Jun 2026 19:39:48 +0200 Subject: [PATCH] Update showCategory-controller.php --- php/controller/showCategory-controller.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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";