aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Thumbs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-09 17:04:02 -0800
committerzotlabs <mike@macgirvin.com>2018-01-09 17:04:02 -0800
commit3ce79dd6e12c6eb7602649c93798883a2bef1e86 (patch)
treef26b38f565fed8a1652d1ddbe971cfc3835fde19 /Zotlabs/Thumbs
parentdfb75840b8b6fbe369f0b9097cd322832cc48108 (diff)
downloadvolse-hubzilla-3ce79dd6e12c6eb7602649c93798883a2bef1e86.tar.gz
volse-hubzilla-3ce79dd6e12c6eb7602649c93798883a2bef1e86.tar.bz2
volse-hubzilla-3ce79dd6e12c6eb7602649c93798883a2bef1e86.zip
scrutinizer mods
Diffstat (limited to 'Zotlabs/Thumbs')
-rw-r--r--Zotlabs/Thumbs/Video.php1
1 files changed, 1 insertions, 0 deletions
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)) {