From 3ce79dd6e12c6eb7602649c93798883a2bef1e86 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 9 Jan 2018 17:04:02 -0800 Subject: scrutinizer mods --- Zotlabs/Thumbs/Video.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Thumbs') diff --git a/Zotlabs/Thumbs/Video.php b/Zotlabs/Thumbs/Video.php index 05127355e..ff4d10a36 100644 --- a/Zotlabs/Thumbs/Video.php +++ b/Zotlabs/Thumbs/Video.php @@ -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)) { -- cgit v1.2.3