createPreview() returns falls if converter programm fails

This commit is contained in:
Uwe Steinmann 2017-09-18 07:14:09 +02:00
parent 45d0c2618f
commit 626c65b0e4

View File

@ -140,6 +140,7 @@ class SeedDMS_Preview_Previewer extends SeedDMS_Preview_Base {
try {
self::execWithTimeout($cmd, $this->timeout);
} catch(Exception $e) {
return false;
}
}
return true;