mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-23128-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
ec68e9d530
@ -133,7 +133,7 @@
|
||||
|
||||
// run dvips (.dvi to .ps)
|
||||
$pathdvips = escapeshellarg(trim(get_config('filter_tex', 'pathdvips'), " '\""));
|
||||
$command = "$pathdvips -E $dvi -o $ps";
|
||||
$command = "$pathdvips -q -E $dvi -o $ps";
|
||||
if ($this->execute($command, $log )) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user