Skip to content

Commit

Permalink
MDL-42143 editpdf: Convert gspath to proper setting
Browse files Browse the repository at this point in the history
This will ensure we get better validation/feedback of the path.
  • Loading branch information
danpoltawski committed Oct 4, 2013
1 parent 7f62e40 commit 6cebf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/feedback/editpdf/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$settings->add($setting);

// Ghostscript setting.
$settings->add(new admin_setting_configtext('assignfeedback_editpdf/gspath',
$settings->add(new admin_setting_configexecutable('assignfeedback_editpdf/gspath',
get_string('gspath', 'assignfeedback_editpdf'),
get_string('gspath_help', 'assignfeedback_editpdf'), '/usr/bin/gs'));

Expand Down

0 comments on commit 6cebf2b

Please sign in to comment.