Update updateArticle-controller.php

This commit is contained in:
2026-06-01 09:36:31 +02:00
parent 3cb63f791a
commit e86fef1766
+1 -1
View File
@@ -37,7 +37,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
}
$_SESSION["message"] = "article_updated";
// Weiterleitung zur Homepage
header("location: ../../index.php");
header("location: ../../index.php?pfad=showArticle&id=$id");
}
exit();