summaryrefslogtreecommitdiffstats
path: root/lib/private/preview/movies.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/preview/movies.php')
-rw-r--r--lib/private/preview/movies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php
index 7c9f009a9c6..7e012ec44aa 100644
--- a/lib/private/preview/movies.php
+++ b/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';
}