Skip to content

Commit

Permalink
Fix a missed instance of the change from $externalPrograms{curlCommand}
Browse files Browse the repository at this point in the history
to $externalPrograms{curl}.  Then comment that out as per the discussion
in PR #1030.
  • Loading branch information
drgrice1 committed Dec 27, 2019
1 parent 66b0aae commit e45183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WeBWorK/PG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ sub defineProblemEnvir {
$envir{externalPng2EpsPath} = $ce->{externalPrograms}->{png2eps};
$envir{externalGif2PngPath} = $ce->{externalPrograms}->{gif2png};
$envir{externalCheckUrl} = $ce->{externalPrograms}->{checkurl};
$envir{externalCurlCommand} = $ce->{externalPrograms}->{curlCommand};
#$envir{externalCurlCommand} = $ce->{externalPrograms}->{curl};
# Directories and URLs
# REMOVED: courseName
# ADDED: dvipngTempDir
Expand Down

0 comments on commit e45183e

Please sign in to comment.