From 1a21c2e4dc48651e48e0991ac15bc5181b279cfc Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 17 Feb 2013 23:59:33 -0800 Subject: [PATCH] - client emulator tweak --- doc/sim/sim_web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);