diff --git a/php/controller/updateArticle-controller.php b/php/controller/updateArticle-controller.php index d2bcff3..f1b7a45 100644 --- a/php/controller/updateArticle-controller.php +++ b/php/controller/updateArticle-controller.php @@ -32,7 +32,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { } catch (Exception $e){ $_SESSION["message"] = "internal_error"; } - $_SESSION["message"] = "new_article"; + $_SESSION["message"] = "article_updated"; // Weiterleitung zur Homepage header("location: ../../index.php"); exit();