scrutinizer mods

This commit is contained in:
zotlabs
2018-01-09 17:04:02 -08:00
parent dfb75840b8
commit 3ce79dd6e1
3 changed files with 6 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ class Video {
$cmd = $imagick_path . ' ' . escapeshellarg(PROJECT_BASE . '/' . $tmpfile . '[0]') . ' -thumbnail ' . $width . 'x' . $height . ' ' . escapeshellarg(PROJECT_BASE . '/' . $outfile);
// logger('imagick thumbnail command: ' . $cmd);
/** @scrutinizer ignore-unhandled */
@exec($cmd);
if(! file_exists($outfile)) {