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)){ +