Added missing escaping

remotes/origin/stable6
Vincent Petry 12 years ago
parent df288605d4
commit 99ee95d46c
  1. 2
      lib/private/preview/movies.php

@ -60,7 +60,7 @@ if (!\OC_Util::runningOnWindows()) {
' -i ' . escapeshellarg($absPath) .
' -f mjpeg -vframes 1' .
' -s ' . escapeshellarg($maxX) . 'x' . escapeshellarg($maxY) .
' ' . $tmpPath .
' ' . escapeshellarg($tmpPath) .
' > /dev/null 2>&1';
}

Loading…
Cancel
Save