mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix #965 : add ghostscript binary
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user