From c1dd4fce2b04c6f3aca0dd784170c9e9e3eadd67 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Fri, 17 Jul 2026 16:41:09 +0200 Subject: [PATCH] Update showCategory.php --- content/showCategory.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/showCategory.php b/content/showCategory.php index 672583f..feb95ba 100644 --- a/content/showCategory.php +++ b/content/showCategory.php @@ -32,6 +32,8 @@ if(isset($articles)){ //$results = array_slice($all_results, $offset, $limit); $results = $articles; $resultCount = count($results); +} else { + echo "fehler"; } ?> @@ -48,9 +50,6 @@ if(isset($articles)){ @@ -134,3 +132,4 @@ if(isset($articles)){ +