[Pkg-owncloud-commits] [owncloud] 07/111: Added missing escaping
David Prévot
taffit at moszumanska.debian.org
Wed Nov 20 21:38:34 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 99ee95d46c3e14cb902493df3201a2c1ad9d6dc5
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Mon Nov 11 15:41:03 2013 +0100
Added missing escaping
---
lib/private/preview/movies.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php
index 7c9f009..7e012ec 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';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list