Update updateArticle-controller.php

This commit is contained in:
2026-06-01 09:17:00 +02:00
parent 6634bee77b
commit 5b718f24ed
+1 -1
View File
@@ -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();