diff --git a/lib/WeBWorK/ContentGenerator/Instructor/PGProblemEditor.pm b/lib/WeBWorK/ContentGenerator/Instructor/PGProblemEditor.pm index 6d4611713e..6c55ec065f 100644 --- a/lib/WeBWorK/ContentGenerator/Instructor/PGProblemEditor.pm +++ b/lib/WeBWorK/ContentGenerator/Instructor/PGProblemEditor.pm @@ -229,6 +229,7 @@ sub initialize ($c) { $c->stash->{problemContents} = ''; $c->stash->{formsToShow} = ACTION_FORMS(); $c->stash->{actionFormTitles} = ACTION_FORM_TITLES(); + $c->stash->{hardcopyLabels} = []; # Tell the templates if we are working on a PG file $c->{is_pg} = ($c->{file_type} eq 'course_info') ? 0 : 1;