Skip to content

Commit

Permalink
Merge branch 'MDL-51779_28' of https://github.com/Syxton/moodle into …
Browse files Browse the repository at this point in the history
…MOODLE_28_STABLE
  • Loading branch information
andrewnicols committed Oct 26, 2015
2 parents 7eb88da + cbb94a6 commit a6cb455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/feedback/editpdf/classes/pdf.php
Expand Up @@ -445,7 +445,7 @@ public function get_image($pageno) {
$filename = \escapeshellarg($this->filename);
$pagenoinc = \escapeshellarg($pageno + 1);
$command = "$gsexec -q -sDEVICE=png16m -dSAFER -dBATCH -dNOPAUSE -r$imageres -dFirstPage=$pagenoinc -dLastPage=$pagenoinc ".
"-dGraphicsAlphaBits=4 -dTextAlphaBits=4 -sOutputFile=$imagefilearg $filename";
"-dDOINTERPOLATE -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -sOutputFile=$imagefilearg $filename";

$output = null;
$result = exec($command, $output);
Expand Down

0 comments on commit a6cb455

Please sign in to comment.