Undoing last commit

This commit is contained in:
drigato 2014-12-03 18:07:24 -05:00
parent 963207e26f
commit 80af25fdf4
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ SQL;
$uri = $file->getAbsoluteFilePath();
$baseUrl = Application_Common_OsPath::getBaseDir();
$downloadURL = "http://".$_SERVER['HTTP_HOST'].$baseUrl."rest/media/$media_id/download";
$downloadURL = "https://".$_SERVER['HTTP_HOST'].$baseUrl."rest/media/$media_id/download";
$filesize = $file->getFileSize();
self::createFileScheduleEvent($data, $item, $media_id, $uri, $downloadURL, $filesize);