Update showArticle-controller.php

This commit is contained in:
2026-05-29 11:36:12 +02:00
parent 168cf68a70
commit 475fb00001
@@ -16,5 +16,8 @@ if (isset($_GET["id"])){
$_SESSION["message"] = "internal_error";
echo "Fehler aufgetreten: " . $e->getMessage();
}
}else{
$_SESSION["message"] = "article_not_found";
echo "article_not_found";
}
?>