- client emulator tweak

This commit is contained in:
David Anderson 2013-02-17 23:59:33 -08:00 committed by Oliver Bock
parent 77ee073f58
commit 1a21c2e4dc
1 changed files with 1 additions and 1 deletions

View File

@ -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);