Skip to content

Commit ea7f4d1

Browse files
authored
Merge pull request #47 from Opencast-Moodle/fix/ensure-unique-id
Ensure unique id for video players
2 parents 0c971b0 + f61203a commit ea7f4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function filter($text, array $options = []) {
118118
return $text;
119119
}
120120

121-
$i = 0;
121+
static $i = 0;
122122
$newtext = '';
123123

124124
$episode = null;

0 commit comments

Comments
 (0)