Fix #965 : add ghostscript binary

This commit is contained in:
Romain Neutron
2012-10-29 14:33:20 +01:00
parent b8ae0eece5
commit cfc02d39c6
4 changed files with 18 additions and 1 deletions

View File

@@ -90,6 +90,8 @@ class patch_373 implements patchInterface
'GV_pdftotext' => 'pdftotext_binary',
);
$binaries = array('ghostscript_binary' => '');
foreach ($Regbinaries as $name) {
$stmt->execute(array(':key' => $name));
$row = $stmt->fetch(\PDO::FETCH_ASSOC);