Merge with 3.7

This commit is contained in:
Romain Neutron
2012-10-30 11:27:50 +01:00
13 changed files with 134 additions and 14 deletions

View File

@@ -90,7 +90,7 @@ class patch_373 implements patchInterface
'GV_pdftotext' => 'pdftotext_binary',
);
$binaries = array();
$binaries = array('ghostscript_binary' => '');
foreach ($Regbinaries as $name) {
$stmt->execute(array(':key' => $name));