Skip to content

Commit

Permalink
Merge pull request #47 from Opencast-Moodle/fix/ensure-unique-id
Browse files Browse the repository at this point in the history
Ensure unique id for video players
  • Loading branch information
bluetom authored Sep 19, 2024
2 parents 0c971b0 + f61203a commit ea7f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function filter($text, array $options = []) {
return $text;
}

$i = 0;
static $i = 0;
$newtext = '';

$episode = null;
Expand Down

0 comments on commit ea7f4d1

Please sign in to comment.