Skip to content

Commit

Permalink
SUP16956: bumper - if caption file found remotely , return empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura committed Feb 19, 2019
1 parent 48efcda commit d29597f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpha/apps/kaltura/lib/myPlaylistUtils.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ protected static function getCaptionFilesForEntryIds($entryIds, $captionLanguage
//Try getting caption
//if exist but no local - return empty path
$localFilePath = '';
$fileSyncExist = self::getCaptionFilePath($captionAsset,$localFilePath);
$fileSyncExist = self::getCaptionFilePath($captionAsset, $localFilePath);
if ($fileSyncExist)
{
if (!isset($filteredCaptionAssets[$captionAsset->getEntryId()]))
Expand Down

0 comments on commit d29597f

Please sign in to comment.