diff --git a/doc/sim/sim_web.php b/doc/sim/sim_web.php index 66151cb3f2..8a05761efe 100644 --- a/doc/sim/sim_web.php +++ b/doc/sim/sim_web.php @@ -511,7 +511,7 @@ function add_comment() { file_put_contents("$p/userid", "$user->id"); file_put_contents("$p/comment", get_str("comment")); - header("Location: sim_web.php?action=show_simulation?scen=$scen&sim=$sim"); + header("Location: sim_web.php?action=show_simulation&scen=$scen&sim=$sim"); } $action = get_str("action", true);