Skip to content

Commit

Permalink
SUP-20392:returning to getNextEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
ravitshalem committed Feb 5, 2020
1 parent 45b31af commit da756fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_v3/services/SyndicationFeedService.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function requestConversionAction($feedId)
$createdJobsIds = array();
$flavorParamsId = $feedRendererToConvert->syndicationFeed->flavorParamId;

while($entry = $feedRendererToConvert->getNextEntryByPlaylistType())
while($entry = $feedRendererToConvert->getNextEntry())
{
$originalFlavorAsset = assetPeer::retrieveOriginalByEntryId($entry->getId());
if (!is_null($originalFlavorAsset))
Expand Down

0 comments on commit da756fd

Please sign in to comment.