Update showArticle-controller.php

This commit is contained in:
NOrtmann1
2026-05-29 17:45:04 +01:00
parent b4ca25db3d
commit 0a37dd4b8b
@@ -20,7 +20,6 @@ if (isset($_GET["id"])){
} }
} catch (Exception $e){ } catch (Exception $e){
$_SESSION["message"] = "internal_error"; $_SESSION["message"] = "internal_error";
echo "Fehler aufgetreten: " . $e->getMessage();
} }
}else{ }else{
$_SESSION["message"] = "article_not_found"; $_SESSION["message"] = "article_not_found";