Merge branch 'master' into master
This commit is contained in:
commit
b76c37010a
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ class Concat extends AbstractMediaType
|
||||||
if($count_videos != 0)
|
if($count_videos != 0)
|
||||||
$line .= "\n";
|
$line .= "\n";
|
||||||
|
|
||||||
$line .= "file ".$videoPath;
|
$line .= "file " . addcslashes($videoPath, '\'"\\\0 ');
|
||||||
|
|
||||||
fwrite($fileStream, $line);
|
fwrite($fileStream, $line);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue