From d8c350c20f5435f5c7bc4fb9c73086d82094cec5 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 1 Jun 2026 09:19:28 +0200 Subject: [PATCH] Update showArticle-controller.php --- php/controller/showArticle-controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/php/controller/showArticle-controller.php b/php/controller/showArticle-controller.php index 5eaf999..79b5e9e 100644 --- a/php/controller/showArticle-controller.php +++ b/php/controller/showArticle-controller.php @@ -16,7 +16,6 @@ if (isset($_GET["id"])){ $tags = $article->getTags(); }else{ $_SESSION["message"] = "article_not_found"; - echo "article_not_found"; } } catch (Exception $e){ $_SESSION["message"] = "internal_error";