We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e4ffe commit a552e9dCopy full SHA for a552e9d
wre/lib/WRE/WebguiDemo.pm
@@ -42,7 +42,7 @@ sub call {
42
my $orig_path_info = my $path = $env->{PATH_INFO};
43
my $orig_script_name = $env->{SCRIPT_NAME};
44
45
- $path =~ s/\Q$id\E//;
+ $path =~ s/\/\Q$id\E//;
46
47
$env->{PATH_INFO} = $path;
48
$env->{SCRIPT_NAME} .= '/'.$id;
0 commit comments