From 5b718f24eda77cb916205b7f3bfc960b4e022302 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 1 Jun 2026 09:17:00 +0200 Subject: [PATCH] Update updateArticle-controller.php --- php/controller/updateArticle-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();