From e28620d9fb75f03cfa779347741a89e27c91f295 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Wed, 3 Jun 2026 19:35:13 +0200 Subject: [PATCH] debugging --- php/controller/showCategory-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";