Skip to content

Commit

Permalink
Quick fix for the new hardcopyThemes dir.
Browse files Browse the repository at this point in the history
This simply adds the hardcopyThemes dir to the list of "updateable"
directories.
  • Loading branch information
drgrice1 committed Aug 11, 2023
1 parent 10dc851 commit a5ecba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WeBWorK/Utils/CourseIntegrityCheck.pm
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ sub updateCourseDirectories {
my @courseDirectories = keys %{ $ce->{courseDirs} };

#FIXME this is hardwired for the time being.
my %updateable_directories = (html_temp => 1, mailmerge => 1, tmpEditFileDir => 1);
my %updateable_directories = (html_temp => 1, mailmerge => 1, tmpEditFileDir => 1, hardcopyThemes => 1);

my @messages;

Expand Down

0 comments on commit a5ecba2

Please sign in to comment.