Update showArticle-controller.php
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user