We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88df6a3 commit 9a506dcCopy full SHA for 9a506dc
lib/WeBWorK/ContentGenerator/Problem.pm
@@ -2257,8 +2257,7 @@ sub output_past_answer_button{
2257
sub output_email_instructor{
2258
my $self = shift;
2259
my $r = $self->r;
2260
- my $urlpath = $r->urlpath;
2261
- my $courseName = $urlpath->arg("courseID");
+ my $courseName = $r->urlpath->arg("courseID");
2262
my $problem = $self->{problem};
2263
my %will = %{ $self->{will} };
2264
my $pg = $self->{pg};
0 commit comments