Skip to content

Commit

Permalink
SUP-20392:reset pointer to entryFilters array
Browse files Browse the repository at this point in the history
  • Loading branch information
ravitshalem committed Feb 5, 2020
1 parent a178e3b commit 45b31af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api_v3/lib/syndication/KalturaSyndicationFeedRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,10 @@ protected function getEntriesFromPlaylist($playlistService, $mediaEntryFilterFor

protected function getNextFilter()
{
if(!$this->executed && count($this->entryFilters))
{
reset($this->entryFilters);
}
$this->executed = true;
if(!count($this->entryFilters))
{
Expand Down

0 comments on commit 45b31af

Please sign in to comment.