Skip to content

Commit

Permalink
bugfix ffmpeg path not null
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu.robillard committed May 3, 2017
1 parent 4564f44 commit 7729f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Entity/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ class File {
/*
* @var string $video_ffmpeg_path
*/
public $video_ffmpeg_path = "";
public $video_ffmpeg_path = null;

/*
* @var string $video_ffprobe_path
*/
public $video_ffprobe_path = "";
public $video_ffprobe_path = null;


private $_pdf_do = false;
Expand Down

0 comments on commit 7729f6d

Please sign in to comment.