From 4d33863e8e2456d758faa1bc1fd3b56d53952136 Mon Sep 17 00:00:00 2001 From: awaisdeviu Date: Tue, 30 Sep 2014 09:06:58 +0000 Subject: [PATCH] conversion corrected --- upload/ffmpeg.new.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/ffmpeg.new.class.php b/upload/ffmpeg.new.class.php index 7e5872ab..005933ee 100644 --- a/upload/ffmpeg.new.class.php +++ b/upload/ffmpeg.new.class.php @@ -65,9 +65,9 @@ class FFMpeg{ $this->setOptions($this->defaultOptions); } if($log) $this->log = $log; - + $str = "/".date("Y")."/".date("m")."/".date("d")."/"; $this->log->writeLine("in class", "ffmpeg"); - $this->logDir = BASEDIR . "/files/logs/"; + $this->logDir = BASEDIR . "/files/logs/".$str; } public function convertVideo($inputFile = false, $options = array(), $isHd = false){