Update showArticle-controller.php
This commit is contained in:
@@ -20,7 +20,6 @@ if (isset($_GET["id"])){
|
||||
}
|
||||
} catch (Exception $e){
|
||||
$_SESSION["message"] = "internal_error";
|
||||
echo "Fehler aufgetreten: " . $e->getMessage();
|
||||
}
|
||||
}else{
|
||||
$_SESSION["message"] = "article_not_found";
|
||||
|
||||
Reference in New Issue
Block a user