diff --git a/models/db-video.php b/models/db-video.php index 1fac72e67..85a0ca0e4 100644 --- a/models/db-video.php +++ b/models/db-video.php @@ -67,7 +67,7 @@ public function getCaptionFromSrc() { $caption = end($arr); } - $caption = apply_filters( 'fv_flowplayer_caption_src', $caption , $src ); + $caption = apply_filters( 'fv_flowplayer_caption_src', $caption , $src, $this ); return urldecode($caption); }